From: brarcher Date: Tue, 7 Jan 2014 03:24:48 +0000 (+0000) Subject: autotools/cmake: add cmake files to distribution X-Git-Tag: 0.10.0~169 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37b45379c9aeda7b702a5251eb936b41ad3541ce;p=check 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 --- 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)