summaryrefslogtreecommitdiff
path: root/libtiff
diff options
context:
space:
mode:
authorBob Friesenhahn <bfriesen@simple.dallas.tx.us>2015-08-31 00:01:18 +0000
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>2015-08-31 00:01:18 +0000
commite9b10efff946139452f7b6252030c63e690cba6c (patch)
treef986bf694c39fd939244ac1885e23970411c8227 /libtiff
parentadc4f64c304a17183ed3b2dbf86f3de261772b5e (diff)
downloadlibtiff-git-e9b10efff946139452f7b6252030c63e690cba6c.tar.gz
Additional CMake-related files were missing from the distribution tarball.v4.0.5Release-v4-0-5
Diffstat (limited to 'libtiff')
-rw-r--r--libtiff/Makefile.am2
-rw-r--r--libtiff/Makefile.in5
2 files changed, 5 insertions, 2 deletions
diff --git a/libtiff/Makefile.am b/libtiff/Makefile.am
index ba023dd3..9cbc5b1d 100644
--- a/libtiff/Makefile.am
+++ b/libtiff/Makefile.am
@@ -35,8 +35,10 @@ EXTRA_DIST = \
libtiff.map \
libtiffxx.map \
tif_config.h-vms \
+ tif_config.h.cmake.in \
tif_config.vc.h \
tif_config.wince.h \
+ tiffconf.h.cmake.in \
tiffconf.vc.h \
tiffconf.wince.h
diff --git a/libtiff/Makefile.in b/libtiff/Makefile.in
index b7a860ae..7c7f9f7f 100644
--- a/libtiff/Makefile.in
+++ b/libtiff/Makefile.in
@@ -451,8 +451,9 @@ LIBPORT = $(top_builddir)/port/libport.la
LIBTIFF = $(top_builddir)/libtiff/libtiff.la
libtiffincludedir = $(includedir)
EXTRA_DIST = CMakeLists.txt Makefile.vc SConstruct libtiff.def \
- libtiff.map libtiffxx.map tif_config.h-vms tif_config.vc.h \
- tif_config.wince.h tiffconf.vc.h tiffconf.wince.h \
+ libtiff.map libtiffxx.map tif_config.h-vms \
+ tif_config.h.cmake.in tif_config.vc.h tif_config.wince.h \
+ tiffconf.h.cmake.in tiffconf.vc.h tiffconf.wince.h \
$(am__append_2) $(am__append_4)
libtiffinclude_HEADERS = tiff.h tiffio.h tiffvers.h $(am__append_1)
noinst_HEADERS = \