diff --git a/libs/resample/Makefile.am b/libs/resample/Makefile.am index fa31cb0823..504e9680d6 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