mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:25:42 +01:00
alsaucm, topology: LDADD cleanups and add support for libatopology
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
d2b0b91edf
commit
c8fdd38c74
2 changed files with 2 additions and 4 deletions
|
@ -10,8 +10,6 @@ alsaucm_SOURCES = usecase.c
|
|||
AM_CPPFLAGS = \
|
||||
-Wall -I$(top_srcdir)/include
|
||||
|
||||
alsaucm_LDADD = -lasound
|
||||
|
||||
%.1: %.rst
|
||||
rst2man $< > $@
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ alsatplg_SOURCES = topology.c
|
|||
AM_CPPFLAGS = \
|
||||
-Wall -I$(top_srcdir)/include
|
||||
|
||||
alsatplg_LDADD = -lasound
|
||||
alsatplg_LDADD = $(ALSA_TOPOLOGY_LIBS)
|
||||
|
||||
EXTRA_DIST = alsatplg.rst
|
||||
|
||||
|
|
Loading…
Reference in a new issue