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 | |
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')
-rw-r--r-- | cpp/lib/broker/Makefile.am | 4 | ||||
-rw-r--r-- | cpp/lib/common/Makefile.am | 6 |
2 files changed, 9 insertions, 1 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) diff --git a/cpp/lib/common/Makefile.am b/cpp/lib/common/Makefile.am index bd9f3f422e..b9f83f1f71 100644 --- a/cpp/lib/common/Makefile.am +++ b/cpp/lib/common/Makefile.am @@ -65,6 +65,7 @@ libqpidcommon_la_SOURCES = \ $(framing)/BodyHandler.cpp \ $(framing)/Buffer.cpp \ $(framing)/FieldTable.cpp \ + $(framing)/FramingContent.cpp \ $(framing)/InitiationHandler.cpp \ $(framing)/ProtocolInitiation.cpp \ $(framing)/ProtocolVersion.cpp \ @@ -92,7 +93,6 @@ nobase_pkginclude_HEADERS = \ $(framing)/BodyHandler.h \ $(framing)/Buffer.h \ $(framing)/FieldTable.h \ - $(framing)/FramingContent.cpp \ $(framing)/FramingContent.h \ $(framing)/HeaderProperties.h \ $(framing)/InitiationHandler.h \ @@ -122,3 +122,7 @@ nobase_pkginclude_HEADERS = \ sys/Thread.h \ sys/Time.h \ sys/TimeoutHandler.h + + +# Force build during dist phase so help2man will work. +dist-hook: $(lib_LTLIBRARIES) |