From bfdb2aa90d4855b967ec2b3b881c343e42e1e947 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 21 Nov 2001 10:46:20 +0000 Subject: [PATCH] Remove the test program, since it's buggy, in order not to hold up make distcheck 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/resample/Makefile.am b/libs/resample/Makefile.am index fa31cb0..504e968 100644 --- a/libs/resample/Makefile.am +++ b/libs/resample/Makefile.am @@ -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 -- 2.7.4