From c8fdd38c74de2e8b7b2b5a4576787d5e9b4ae807 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 12 Nov 2019 19:39:42 +0100 Subject: [PATCH] alsaucm, topology: LDADD cleanups and add support for libatopology Signed-off-by: Jaroslav Kysela --- alsaucm/Makefile.am | 2 -- topology/Makefile.am | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/alsaucm/Makefile.am b/alsaucm/Makefile.am index 29d7466..4b447dd 100644 --- a/alsaucm/Makefile.am +++ b/alsaucm/Makefile.am @@ -10,8 +10,6 @@ alsaucm_SOURCES = usecase.c AM_CPPFLAGS = \ -Wall -I$(top_srcdir)/include -alsaucm_LDADD = -lasound - %.1: %.rst rst2man $< > $@ diff --git a/topology/Makefile.am b/topology/Makefile.am index de190ab..a56c109 100644 --- a/topology/Makefile.am +++ b/topology/Makefile.am @@ -13,8 +13,8 @@ alsatplg_SOURCES = topology.c AM_CPPFLAGS = \ -Wall -I$(top_srcdir)/include -alsatplg_LDADD = -lasound +alsatplg_LDADD = $(ALSA_TOPOLOGY_LIBS) EXTRA_DIST = alsatplg.rst -CLEANFILES = alsatplg.1 \ No newline at end of file +CLEANFILES = alsatplg.1