From 388ca1cdcd263e6ad8731e9680d4097a6820e87a Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 29 May 2016 16:30:23 +0100 Subject: [PATCH] test/Makefile.am: Distribute the test program source. --- test/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.11.0