Remove the test program, since it's buggy, in order not to hold up make distcheck
authorDavid Schleef <ds@schleef.org>
Wed, 21 Nov 2001 10:46:20 +0000 (10:46 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 21 Nov 2001 10:46:20 +0000 (10:46 +0000)
Original commit message from CVS:
Remove the test program, since it's buggy, in order not to hold up
make distcheck

libs/resample/Makefile.am

index fa31cb0..504e968 100644 (file)
@@ -9,10 +9,10 @@ libresample_la_SOURCES = dtos.c functable.c resample.c resample.h
 
 noinst_HEADERS = resample.h
 
-check_PROGRAMS = test
+#check_PROGRAMS = test
 
-test_SOURCES = test.c
-test_LDADD = libresample.la
+#test_SOURCES = test.c
+#test_LDADD = libresample.la
 
 
 if HAVE_CPU_I386