From 6d9277f8a5d2d3fd65a2eaf486eb6b7e284b93e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Tue, 4 Feb 2014 13:01:48 +0100 Subject: [PATCH] [autotools] include cmake files in dist --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7e57079..7a474e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS=contrib doc src include tests ACLOCAL_AMFLAGS=-I m4 -EXTRA_DIST=autogen.sh CMakeLists.txt +EXTRA_DIST=autogen.sh CMakeLists.txt cmake DISTCHECK_CONFIGURE_FLAGS=--with-lua --with-openssl --with-kerberos5 --with-gnutls --with-zlib --with-bzip2