From: Jaroslav Kysela Date: Tue, 12 Nov 2019 18:39:42 +0000 (+0100) Subject: alsaucm, topology: LDADD cleanups and add support for libatopology X-Git-Tag: v1.2.1~2 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=c8fdd38c74de2e8b7b2b5a4576787d5e9b4ae807;p=alsa-utils.git alsaucm, topology: LDADD cleanups and add support for libatopology Signed-off-by: Jaroslav Kysela --- 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