summaryrefslogtreecommitdiff
path: root/build
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 /build
parent42bfc7006acd0ee14f595578b8d9cce420c4476f (diff)
downloadlibtiff-git-1fea0da2666849f0dd3282b840901fded55f1608.tar.gz
All the CMakeLists.txt files were missing from the distribution tarball.
Diffstat (limited to 'build')
-rw-r--r--build/Makefile.am4
-rw-r--r--build/Makefile.in5
2 files changed, 7 insertions, 2 deletions
diff --git a/build/Makefile.am b/build/Makefile.am
index 48fe8b4e..c912a422 100644
--- a/build/Makefile.am
+++ b/build/Makefile.am
@@ -24,7 +24,9 @@
# Process this file with automake to produce Makefile.in.
-EXTRA_DIST = README
+EXTRA_DIST = \
+ CMakeLists.txt \
+ README
SUBDIRS =
diff --git a/build/Makefile.in b/build/Makefile.in
index c1e96dc0..b12c098b 100644
--- a/build/Makefile.in
+++ b/build/Makefile.in
@@ -356,7 +356,10 @@ tiff_libs_private = @tiff_libs_private@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-EXTRA_DIST = README
+EXTRA_DIST = \
+ CMakeLists.txt \
+ README
+
SUBDIRS =
all: all-recursive