src/: Write dependency-tracking Makefile fragments.
[sod] / test / Makefile.am
index de5b634..3ffec2b 100644 (file)
@@ -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