More pcm_jack plugin changes

This commit is contained in:
Jaroslav Kysela 2003-02-12 21:57:49 +00:00
parent 88bc5d454e
commit 62546a3a32
7 changed files with 41 additions and 5 deletions

View file

@ -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