From f6f325b0101da7d1f42a0a3766537bb7745d8330 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 13 Dec 2006 00:26:30 +0000 Subject: 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 --- cpp/lib/common/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'cpp/lib/common') 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) -- cgit v1.2.1