X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/93e322ccb387c8d19c32b5ab560168e1d5bec888..c8d74af250edfd1e81c1c0c014576fa22e59c8d8:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 220280c..ee4f779 100644 --- a/Makefile.am +++ b/Makefile.am @@ -81,7 +81,7 @@ $(libmain_a_OBJECTS): src/options.h check_PROGRAMS = t/crossparse t/normalize t/randomdecl t/rng-test check_LIBRARIES = libtest.a -libtest_a_SOURCES = t/testlib.c t/rng.c common/src/help.c +libtest_a_SOURCES = t/testlib.c t/rng.c common/src/help.c common/src/tap.c $(libtest_a_OBJECTS): $(gnulib_headers) TEST_LIBS = libtest.a libcdecl.la libgnu.a $(LDEXP_LIBM)