summaryrefslogtreecommitdiff
path: root/tools
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 /tools
parent9c7d8588ea4e6acb621f9789c4ac14fb3654e5f7 (diff)
downloadlibtiff-84d33fdf56b9ad47317df3041b7187114afc6a81.tar.gz
All the CMakeLists.txt files were missing from the distribution tarball.
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am4
-rw-r--r--tools/Makefile.in5
2 files changed, 7 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 6497f2dc..4a55cf5c 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -26,7 +26,9 @@
LIBPORT = $(top_builddir)/port/libport.la
LIBTIFF = $(top_builddir)/libtiff/libtiff.la
-EXTRA_DIST = Makefile.vc
+EXTRA_DIST = \
+ CMakeLists.txt \
+ Makefile.vc
bin_PROGRAMS = \
bmp2tiff \
diff --git a/tools/Makefile.in b/tools/Makefile.in
index d49a9987..317b3922 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -457,7 +457,10 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
LIBPORT = $(top_builddir)/port/libport.la
LIBTIFF = $(top_builddir)/libtiff/libtiff.la
-EXTRA_DIST = Makefile.vc
+EXTRA_DIST = \
+ CMakeLists.txt \
+ Makefile.vc
+
@HAVE_RPATH_TRUE@AM_LDFLAGS = $(LIBDIR)
bmp2tiff_SOURCES = bmp2tiff.c
bmp2tiff_LDADD = $(LIBTIFF) $(LIBPORT)