diff options
author | Alan Conway <aconway@apache.org> | 2006-12-13 00:26:30 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2006-12-13 00:26:30 +0000 |
commit | f6f325b0101da7d1f42a0a3766537bb7745d8330 (patch) | |
tree | b15501c87f66020a24e9ba89114ba1b4f8ff5bdc /cpp/lib/broker | |
parent | 19176def0ac87f7dc1e6208edb188000ed80025d (diff) | |
download | qpid-python-f6f325b0101da7d1f42a0a3766537bb7745d8330.tar.gz |
Sundry fixes to spec and build system for RPM packaging.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@486428 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/lib/broker')
-rw-r--r-- | cpp/lib/broker/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/lib/broker/Makefile.am b/cpp/lib/broker/Makefile.am index 036efe3955..01a5b3d847 100644 --- a/cpp/lib/broker/Makefile.am +++ b/cpp/lib/broker/Makefile.am @@ -79,3 +79,7 @@ libqpidbroker_la_SOURCES = \ TxOp.h \ TxPublish.cpp \ TxPublish.h + + +# Force build during dist phase so help2man will work. +dist-hook: $(lib_LTLIBRARIES) |