Browse Source

fix up incorrect conditionals that caused zita bridge to be built unconditionally

tags/0.124.0
Paul Davis 11 years ago
parent
commit
1d4851b751
1 changed files with 2 additions and 6 deletions
  1. +2
    -6
      Makefile.am

+ 2
- 6
Makefile.am View File

@@ -28,10 +28,6 @@ dist-check-samplerate:
@false @false
endif endif


if HAVE_ZITA_BRIDGE_DEPS
EXTRA_TOOLS += zalsa_in zalsa_out
endif

bin_PROGRAMS = jack_load \ bin_PROGRAMS = jack_load \
jack_unload \ jack_unload \
jack_monitor_client \ jack_monitor_client \
@@ -166,9 +162,9 @@ alsa_out_LDADD = $(top_builddir)/libjack/libjack.la
endif #HAVE_ALSA endif #HAVE_ALSA
endif #HAVE_SAMPLERATE endif #HAVE_SAMPLERATE


#if HAVE_ZITA_BRIDGE_DEPS
if HAVE_ZITA_BRIDGE_DEPS
SUBDIRS = zalsa SUBDIRS = zalsa
#endif
endif


DIST_SUBDIRS = zalsa DIST_SUBDIRS = zalsa




Loading…
Cancel
Save