Makefile.am: disable test/read_mixer unless HAVE_ALSA
This commit is contained in:
parent
8248f498b2
commit
fc5a7a8774
@ -797,11 +797,15 @@ noinst_PROGRAMS = \
|
|||||||
test/read_tags \
|
test/read_tags \
|
||||||
test/run_filter \
|
test/run_filter \
|
||||||
test/run_output \
|
test/run_output \
|
||||||
test/read_mixer \
|
|
||||||
test/run_convert \
|
test/run_convert \
|
||||||
test/run_normalize \
|
test/run_normalize \
|
||||||
test/software_volume
|
test/software_volume
|
||||||
|
|
||||||
|
if HAVE_ALSA
|
||||||
|
# this debug program is still ALSA specific
|
||||||
|
noinst_PROGRAMS += test/read_mixer
|
||||||
|
endif
|
||||||
|
|
||||||
test_read_conf_CPPFLAGS = $(AM_CPPFLAGS) \
|
test_read_conf_CPPFLAGS = $(AM_CPPFLAGS) \
|
||||||
$(GLIB_CFLAGS)
|
$(GLIB_CFLAGS)
|
||||||
test_read_conf_LDADD = $(MPD_LIBS) \
|
test_read_conf_LDADD = $(MPD_LIBS) \
|
||||||
|
Loading…
Reference in New Issue
Block a user