summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBob Friesenhahn <bfriesen@simple.dallas.tx.us>2015-08-31 00:01:18 +0000
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>2015-08-31 00:01:18 +0000
commite9b10efff946139452f7b6252030c63e690cba6c (patch)
treef986bf694c39fd939244ac1885e23970411c8227 /test
parentadc4f64c304a17183ed3b2dbf86f3de261772b5e (diff)
downloadlibtiff-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.am4
-rw-r--r--test/Makefile.in4
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'