mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
More pcm_jack plugin changes
This commit is contained in:
parent
88bc5d454e
commit
62546a3a32
7 changed files with 41 additions and 5 deletions
|
|
@ -1,8 +1,13 @@
|
|||
if HAVE_JACK
|
||||
JACK_LIB = -ljack
|
||||
else
|
||||
JACK_LIB =
|
||||
endif
|
||||
|
||||
bin_PROGRAMS = aserver
|
||||
aserver_SOURCES = aserver.c
|
||||
# aserver_LDADD = -lasound
|
||||
aserver_LDADD = ../src/libasound.la
|
||||
aserver_LDADD = ../src/libasound.la $(JACK_LIB)
|
||||
|
||||
all: aserver
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue