summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2017-10-23 13:57:56 +0100
committerSimon McVittie <smcv@collabora.com>2017-10-23 16:08:32 +0100
commit7b21a8ab746b2ce11929d5c33b14f9cc12f82b82 (patch)
tree0c2085eb44186c9c69bbe4741c1a98d57ff6ce33
parenta3d6ec26a296952ae585cad3b054dc7bf336804f (diff)
downloaddbus-7b21a8ab746b2ce11929d5c33b14f9cc12f82b82.tar.gz
build: Distribute individual files and directories from cmake/
If we distribute the entire directory in "make dist" tarballs, then we include the generated files cmake/DBus1Config.cmake and cmake/DBus1ConfigVersion.cmake, which we should not. Signed-off-by: Simon McVittie <smcv@collabora.com> Reviewed-by: Philip Withnall <withnall@endlessm.com> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=103420
-rw-r--r--Makefile.am17
1 files changed, 16 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 36bb3624..27101a1b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,22 @@ EXTRA_DIST = \
README.wince \
README.cygwin \
README.launchd \
- cmake
+ cmake/CMakeLists.txt \
+ cmake/ConfigureChecks.cmake \
+ cmake/DBus1Config.cmake.in \
+ cmake/DBus1Config.pkgconfig.in \
+ cmake/DBus1ConfigVersion.cmake.in \
+ cmake/bus \
+ cmake/bus-test.bat.cmake \
+ cmake/config.h.cmake \
+ cmake/dbus \
+ cmake/dbus-env.bat.cmake \
+ cmake/doc \
+ cmake/i686-w64-mingw32.cmake \
+ cmake/modules \
+ cmake/test \
+ cmake/tools \
+ $(NULL)
all-local: Doxyfile