summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2017-08-28 15:43:14 +0000
committerEven Rouault <even.rouault@spatialys.com>2017-08-28 15:43:14 +0000
commit6dac309a9701d15ac52d895d566ddae2ed49db9b (patch)
tree44d4f082eaa0c84371f3c2508a3bb297ed852faa
parentfe7f0e43ee9e17fdba241c65cb3ad34843312e06 (diff)
downloadlibtiff-git-6dac309a9701d15ac52d895d566ddae2ed49db9b.tar.gz
* test/Makefile.am: add missing reference to images/quad-lzw-compat.tiff
to fix "make distcheck". Patch by Roger Leigh
-rw-r--r--test/Makefile.am3
-rw-r--r--test/Makefile.in3
2 files changed, 4 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 0b9ff622..48db0ee4 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -153,7 +153,8 @@ TIFFIMAGES = \
images/palette-1c-8b.tiff \
images/rgb-3c-16b.tiff \
images/rgb-3c-8b.tiff \
- images/quad-tile.jpg.tiff
+ images/quad-tile.jpg.tiff \
+ images/quad-lzw-compat.tiff
PNMIMAGES = \
images/minisblack-1c-8b.pgm \
diff --git a/test/Makefile.in b/test/Makefile.in
index 46a49c3c..266717f5 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -746,7 +746,8 @@ TIFFIMAGES = \
images/palette-1c-8b.tiff \
images/rgb-3c-16b.tiff \
images/rgb-3c-8b.tiff \
- images/quad-tile.jpg.tiff
+ images/quad-tile.jpg.tiff \
+ images/quad-lzw-compat.tiff
PNMIMAGES = \
images/minisblack-1c-8b.pgm \