Browse Source

add Makefile stuff for new internal zita-based ALSA audio adapters

tags/0.124.0
Paul Davis 12 years ago
parent
commit
33e9540507
1 changed files with 13 additions and 2 deletions
  1. +13
    -2
      Makefile.am

+ 13
- 2
Makefile.am View File

@@ -19,10 +19,11 @@ dist-check-readline:
endif

NETJACK_TOOLS = jack_netsource
EXTRA_TOOLS =

if HAVE_SAMPLERATE
if HAVE_ALSA
NETJACK_TOOLS += alsa_in alsa_out
EXTRA_TOOLS += alsa_in alsa_out
endif
dist-check-samplerate:
else
@@ -33,6 +34,10 @@ dist-check-samplerate:
@false
endif

if HAVE_ZITA_BRIDGE_DEPS
EXTRA_TOOLS += zalsa_in zalsa_out
endif

bin_PROGRAMS = jack_load \
jack_unload \
jack_monitor_client \
@@ -50,6 +55,7 @@ bin_PROGRAMS = jack_load \
jack_iodelay \
jack_load_test \
jack_property \
$(EXTRA_TOOLS) \
$(JACK_TRANSPORT) \
$(NETJACK_TOOLS)

@@ -167,6 +173,11 @@ endif #HAVE_ALSA
endif #HAVE_SAMPLERATE

SUBDIRS = $(ALSA_MIDI_DIR)
DIST_SUBDIRS = alsa_midi

#if HAVE_ZITA_BRIDGE_DEPS
SUBDIRS += zalsa
#endif

DIST_SUBDIRS = alsa_midi zalsa

# XXX ? dist-hook: dist-check-sndfile dist-check-samplerate

Loading…
Cancel
Save