]> granicus.if.org Git - check/commitdiff
autotools/cmake: add cmake files to distribution
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 7 Jan 2014 03:24:48 +0000 (03:24 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 7 Jan 2014 03:24:48 +0000 (03:24 +0000)
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

index 8d52357eab7b8f7352d635f829ab9af46aa2aeb0..0af6f4f24da8835e55e258b489fbffb848fdac85 100644 (file)
@@ -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)