diff options
author | Bob Friesenhahn <bfriesen@simple.dallas.tx.us> | 2015-08-31 00:01:18 +0000 |
---|---|---|
committer | Bob Friesenhahn <bfriesen@simple.dallas.tx.us> | 2015-08-31 00:01:18 +0000 |
commit | e9b10efff946139452f7b6252030c63e690cba6c (patch) | |
tree | f986bf694c39fd939244ac1885e23970411c8227 /test | |
parent | adc4f64c304a17183ed3b2dbf86f3de261772b5e (diff) | |
download | libtiff-git-e9b10efff946139452f7b6252030c63e690cba6c.tar.gz |
Additional CMake-related files were missing from the distribution tarball.v4.0.5Release-v4-0-5
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' |