From 3be8d0a39db6c6ac10c59dc02ce7270ccddc9ffb Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 8 Aug 2007 18:47:18 +0000 Subject: Removed new Frame & MethodHolder classes from build. Excessive compilation time. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@563975 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'cpp/src/Makefile.am') diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index c74c27d42a..9018b7cb35 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -174,11 +174,7 @@ libqpidcommon_la_SOURCES = \ qpid/log/Selector.h \ qpid/log/Statement.cpp \ qpid/log/Statement.h \ - qpid/memory.h \ - qpid/framing/Frame.cpp qpid/framing/Frame.h \ - qpid/framing/method_variants.h \ - qpid/framing/MethodHolder.cpp qpid/framing/MethodHolder.h - + qpid/memory.h libqpidbroker_la_LIBADD = libqpidcommon.la -lboost_iostreams libqpidbroker_la_SOURCES = \ -- cgit v1.2.1