mirror of
https://gitee.com/openharmony/third_party_alsa-utils
synced 2024-11-23 15:10:36 +00: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
@ -10,8 +10,6 @@ alsaucm_SOURCES = usecase.c
|
||||
AM_CPPFLAGS = \
|
||||
-Wall -I$(top_srcdir)/include
|
||||
|
||||
alsaucm_LDADD = -lasound
|
||||
|
||||
%.1: %.rst
|
||||
rst2man $< > $@
|
||||
|
||||
|
@ -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
|
||||
CLEANFILES = alsatplg.1
|
||||
|
Loading…
Reference in New Issue
Block a user