From 1fea0da2666849f0dd3282b840901fded55f1608 Mon Sep 17 00:00:00 2001 From: Bob Friesenhahn Date: Sun, 30 Aug 2015 21:26:45 +0000 Subject: All the CMakeLists.txt files were missing from the distribution tarball. --- build/Makefile.am | 4 +++- build/Makefile.in | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'build') 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 -- cgit v1.2.1