diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 4 | ||||
-rw-r--r-- | test/Makefile.in | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index c51a8fa5..bc506096 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -37,7 +37,9 @@ EXTRA_DIST = \ $(TESTSCRIPTS) \ $(IMAGES_EXTRA_DIST) \ CMakeLists.txt \ - common.sh + common.sh \ + TiffSplitTest.cmake \ + TiffTestCommon.cmake # All of the tests to execute via 'make check' TESTS = $(check_PROGRAMS) $(TESTSCRIPTS) diff --git a/test/Makefile.in b/test/Makefile.in index e4ad3a70..2c8dbff6 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -641,7 +641,9 @@ EXTRA_DIST = \ $(TESTSCRIPTS) \ $(IMAGES_EXTRA_DIST) \ CMakeLists.txt \ - common.sh + common.sh \ + TiffSplitTest.cmake \ + TiffTestCommon.cmake # Extra files which should be cleaned by 'make clean' |