diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index f5ec181..f5392da 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -14,7 +14,7 @@ check_PROGRAMS = foodtest # foodtest_SOURCES = foodtest.c $(top_builddir)/src/parse.h nodist_foodtest_SOURCES = foodtest.c -#foodtest_LDADD = -lcheck -lrt -lm -lsubunit +foodtest_LDADD = -lcheck # -lrt -lm -lsubunit foodtest_CFLAGS = @CHECK_CFLAGS@ CLEANFILES = foodtest.c |