summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorbfriesen <bfriesen>2015-08-30 21:26:45 +0000
committerbfriesen <bfriesen>2015-08-30 21:26:45 +0000
commit84d33fdf56b9ad47317df3041b7187114afc6a81 (patch)
tree9bc17df3896527df8ae349ebe13df4379a4db924 /Makefile.am
parent9c7d8588ea4e6acb621f9789c4ac14fb3654e5f7 (diff)
downloadlibtiff-84d33fdf56b9ad47317df3041b7187114afc6a81.tar.gz
All the CMakeLists.txt files were missing from the distribution tarball.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 996297e9..8f310beb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,13 +38,14 @@ docfiles = \
VERSION
EXTRA_DIST = \
+ CMakeLists.txt \
HOWTO-RELEASE \
Makefile.vc \
SConstruct \
autogen.sh \
configure.com \
- nmake.opt \
- libtiff-4.pc.in
+ libtiff-4.pc.in \
+ nmake.opt
dist_doc_DATA = $(docfiles)