From e273d94db80e20f5ce557709e55d7e93011223b2 Mon Sep 17 00:00:00 2001 From: xantares Date: Wed, 23 Oct 2013 19:06:29 +0200 Subject: [PATCH] include cmake files in tarball --- Makefile.am | 1 + src/Makefile.am | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4c20aa25..7818c05a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,6 +9,7 @@ endif DIST_SUBDIRS = foreign/openpgm src doc perf tests tools builds/msvc EXTRA_DIST = \ + CMakeLists.txt \ autogen.sh \ version.sh \ MAINTAINERS \ diff --git a/src/Makefile.am b/src/Makefile.am index 0e66c395..73b89814 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -187,4 +187,5 @@ endif dist-hook: -rm $(distdir)/platform.hpp - +EXTRA_DIST = \ + libzmq.pc.cmake.in