diff options
author | Andrew Stitcher <astitcher@apache.org> | 2011-11-07 20:56:53 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2011-11-07 20:56:53 +0000 |
commit | 1c90ca7456e04263635ef3d626808bf8a1118ad8 (patch) | |
tree | 4334c20dea4b9145aff20969c08e8abd234aacde /qpid/cpp/docs | |
parent | 79187d61e6e32bef7b593d333450d96b8510cb44 (diff) | |
download | qpid-python-1c90ca7456e04263635ef3d626808bf8a1118ad8.tar.gz |
QPID-3586: Changes for QPID-3464 break cmake build in tar.gz distribution
- Added in the new CMake files to EXTRA_DIST in the Makefile.am files so
that they get built into the tarballs
- Added some cluster test files back into the .../tests/cluster.mk file
as they seem to have been dropped by mistake (and having them missing
also breaks the cmake build in a similar way)
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1198929 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/docs')
-rw-r--r-- | qpid/cpp/docs/man/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/docs/man/Makefile.am b/qpid/cpp/docs/man/Makefile.am index b821568f81..50b5630992 100644 --- a/qpid/cpp/docs/man/Makefile.am +++ b/qpid/cpp/docs/man/Makefile.am @@ -38,7 +38,7 @@ dist_man_MANS = qpidd.1 man_aux = $(dist_man_MANS:.1=.x) -EXTRA_DIST = $(man_aux) generate_manpage groffify_options.sed groffify_template.sed +EXTRA_DIST = $(man_aux) CMakeLists.txt generate_manpage groffify_options.sed groffify_template.sed DISTCLEANFILES = $(dist_man_MANS) CLEANFILES=qpidd.1 |