From 37b45379c9aeda7b702a5251eb936b41ad3541ce Mon Sep 17 00:00:00 2001 From: brarcher Date: Tue, 7 Jan 2014 03:24:48 +0000 Subject: [PATCH] autotools/cmake: add cmake files to distribution Otherwise, the cmake files will not get distributed with the next check release. git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1047 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 8d52357..0af6f4f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,9 @@ CLEANFILES = *~\ include_HEADERS = check_stdint.h -EXTRA_DIST = SVNChangeLog ChangeLogOld check.pc.in $(m4data_DATA) xml/check_unittest.xslt +EXTRA_DIST = SVNChangeLog ChangeLogOld check.pc.in $(m4data_DATA) xml/check_unittest.xslt \ + CMakeLists.txt src/CMakeLists.txt tests/CMakeLists.txt lib/CMakeLists.txt \ + cmake ## install docs docdir = $(datadir)/doc/$(PACKAGE) -- 2.40.0