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 | 3a06b78d21a340d91d0bb0623aacd1a788691fda (patch) | |
| tree | 7d1fb9a3700a89eb57ac9232ca67bf5c89d114cd /qpid/cpp/lib | |
| parent | 375fa860915e327a20070d3111fadd345821bd39 (diff) | |
| download | qpid-python-3a06b78d21a340d91d0bb0623aacd1a788691fda.tar.gz | |
Sundry fixes to spec and build system for RPM packaging.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@486428 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/lib')
| -rw-r--r-- | qpid/cpp/lib/broker/Makefile.am | 4 | ||||
| -rw-r--r-- | qpid/cpp/lib/common/Makefile.am | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/qpid/cpp/lib/broker/Makefile.am b/qpid/cpp/lib/broker/Makefile.am index 036efe3955..01a5b3d847 100644 --- a/qpid/cpp/lib/broker/Makefile.am +++ b/qpid/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/qpid/cpp/lib/common/Makefile.am b/qpid/cpp/lib/common/Makefile.am index bd9f3f422e..b9f83f1f71 100644 --- a/qpid/cpp/lib/common/Makefile.am +++ b/qpid/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) |
