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