From d778a07698cbd15f325374de232656acdee556e0 Mon Sep 17 00:00:00 2001 From: Stefan Knoblich Date: Mon, 14 Jun 2010 14:16:10 +0200 Subject: [PATCH] libsndfile: Do not build tests. We do not use them anyway and they require autogen, which pulls in lots of other things. --- libs/libsndfile/src/Makefile.am | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/libs/libsndfile/src/Makefile.am b/libs/libsndfile/src/Makefile.am index 93f25d9af6..1297b360f7 100644 --- a/libs/libsndfile/src/Makefile.am +++ b/libs/libsndfile/src/Makefile.am @@ -20,7 +20,7 @@ EXTRA_DIST = sndfile.h.in config.h.in test_endswap.tpl test_endswap.def \ noinst_HEADERS = common.h sfconfig.h sfendian.h wav_w64.h sf_unistd.h -noinst_PROGRAMS = test_main +noinst_PROGRAMS = COMMON = common.c file_io.c command.c pcm.c ulaw.c alaw.c float32.c \ double64.c ima_adpcm.c ms_adpcm.c gsm610.c dwvw.c vox_adpcm.c \ @@ -40,15 +40,15 @@ libsndfile_la_LIBADD = libcommon.la GSM610/libgsm.la G72x/libg72x.la \ libcommon_la_SOURCES = $(COMMON) -test_main_SOURCES = test_main.c test_main.h test_conversions.c test_float.c test_endswap.c \ - test_audio_detect.c test_log_printf.c test_file_io.c test_ima_oki_adpcm.c -test_main_LDADD = libcommon.la +#test_main_SOURCES = test_main.c test_main.h test_conversions.c test_float.c test_endswap.c \ +# test_audio_detect.c test_log_printf.c test_file_io.c test_ima_oki_adpcm.c +#test_main_LDADD = libcommon.la +# +# +#test_endswap.c: test_endswap.def test_endswap.tpl +# autogen --writable test_endswap.def - -test_endswap.c: test_endswap.def test_endswap.tpl - autogen --writable test_endswap.def - -genfiles : test_endswap.c $(SYMBOL_FILES) +genfiles : $(SYMBOL_FILES) # A single test programs. # It is not possible to place these in the tests/ directory because they