From b951baec0da0d55e3c065d4d8dc357f7b3f27ebd Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Fri, 13 Dec 2013 09:22:33 +0200 Subject: [PATCH] Include CMake specific files in release tarballs Fixes #147. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9221cd1..788f9ac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = CHANGES LICENSE README.rst win32 +EXTRA_DIST = CHANGES LICENSE README.rst win32 CMakeLists.txt cmake SUBDIRS = doc src test # "make distcheck" builds the dvi target, so use it to check that the