X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/55e350dc7050d5384f8d33a1583d6c8d8da4e1c3..a5bd3ad316db03f0e4de775908a920a3833f2a26:/Makefile.am diff --git a/Makefile.am b/Makefile.am index d4d375f..1d40ab3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,9 +77,9 @@ libtest_la_SOURCES += test/declgen.c check_PROGRAMS += test/randomdecl endif -test_crossparse_LDADD = libcdecl.la libtest.la libgnu.la +test_crossparse_LDADD = libtest.la libcdecl.la libgnu.la $(test_crossparse_OBJECTS): $(gnulib_headers) -test_randomdecl_LDADD = libcdecl.la libtest.la libgnu.la +test_randomdecl_LDADD = libtest.la libcdecl.la libgnu.la $(test_randomdecl_OBJECTS): $(gnulib_headers) src/parse.lo: src/scan.h