X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/3a774b55edfea441c1715994924c2999e9202143..94fd46f51034dc087c89b48ff1ab221fcfcb20d1:/test/Makefile.am diff --git a/test/Makefile.am b/test/Makefile.am index de5b634..3ffec2b 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -29,6 +29,7 @@ include $(top_srcdir)/vars.am ### The silly Chimaera example. check_PROGRAMS += chimaera +-include chimaera.c-dep chimaera.h-dep EXTRA_DIST += chimaera.sod nodist_chimaera_SOURCES = chimaera.c chimaera.h @@ -45,6 +46,7 @@ check-local:: chimaera chimaera.ref TESTS += test check_PROGRAMS += test +-include test.c-dep test.h-dep EXTRA_DIST += test.sod nodist_test_SOURCES = test.c test.h @@ -59,6 +61,7 @@ check-local:: kwtest kwtest.ref diff -u $(srcdir)/kwtest.ref kwtest.out check_PROGRAMS += rat +-include rat.c-dep rat.h-dep EXTRA_DIST += rat.sod rat.ref nodist_rat_SOURCES = rat.c rat.h