]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
libsndfile: Do not build tests. We do not use them anyway and they require autogen...
authorStefan Knoblich <s.knoblich@axsentis.de>
Mon, 14 Jun 2010 12:16:10 +0000 (14:16 +0200)
committerStefan Knoblich <s.knoblich@axsentis.de>
Mon, 14 Jun 2010 12:16:10 +0000 (14:16 +0200)
libs/libsndfile/src/Makefile.am

index 93f25d9af60216780bbd372f640eb5647be0b715..1297b360f70c1c11111bb00537aa8a1112a4432d 100644 (file)
@@ -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