summaryrefslogtreecommitdiff
path: root/build
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 /build
parent9c7d8588ea4e6acb621f9789c4ac14fb3654e5f7 (diff)
downloadlibtiff-84d33fdf56b9ad47317df3041b7187114afc6a81.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