From: Mark Wooding Date: Sun, 29 May 2016 15:30:23 +0000 (+0100) Subject: test/Makefile.am: Distribute the test program source. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/commitdiff_plain/388ca1cdcd263e6ad8731e9680d4097a6820e87a test/Makefile.am: Distribute the test program source. --- diff --git a/test/Makefile.am b/test/Makefile.am index 231d203..5c4d59d 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -45,6 +45,8 @@ check-local:: chimaera chimaera.ref TESTS += test check_PROGRAMS += test + +EXTRA_DIST += test.sod nodist_test_SOURCES = test.c test.h BUILT_SOURCES += $(nodist_test_SOURCES)