summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBob Friesenhahn <bfriesen@simple.dallas.tx.us>2015-08-30 21:26:45 +0000
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>2015-08-30 21:26:45 +0000
commit1fea0da2666849f0dd3282b840901fded55f1608 (patch)
treeb731f6187aeec814c2557563851658a63751648b /Makefile.am
parent42bfc7006acd0ee14f595578b8d9cce420c4476f (diff)
downloadlibtiff-git-1fea0da2666849f0dd3282b840901fded55f1608.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)