Removed \!HAVE_JACK

This commit is contained in:
Jaroslav Kysela 2003-02-20 19:58:36 +00:00
parent f74660eaeb
commit 64811d79ca

View file

@ -2,9 +2,9 @@ EXTRA_LTLIBRARIES = libpcm.la
if HAVE_JACK
JACK_PLUGIN = pcm_jack.c
else !HAVE_JACK
else
JACK_PLUGIN =
endif !HAVE_JACK
endif
libpcm_la_SOURCES = atomic.c mask.c interval.c \
pcm.c pcm_params.c \