diff options
author | Alan Conway <aconway@apache.org> | 2007-08-08 18:47:18 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-08-08 18:47:18 +0000 |
commit | 3be8d0a39db6c6ac10c59dc02ce7270ccddc9ffb (patch) | |
tree | de97044ed8c16ffca4f76704c2757250941b3aa5 /cpp/src | |
parent | 457bdffb215d923371a5573939fbc583e7fa4f51 (diff) | |
download | qpid-python-3be8d0a39db6c6ac10c59dc02ce7270ccddc9ffb.tar.gz |
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
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Makefile.am | 6 | ||||
-rw-r--r-- | cpp/src/tests/Makefile.am | 6 |
2 files changed, 1 insertions, 11 deletions
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 = \ diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 503083af21..dfc86302ae 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -43,12 +43,6 @@ check_PROGRAMS+=Shlib Shlib_SOURCES=Shlib.cpp Shlib_LDADD=-lboost_unit_test_framework $(lib_common) -TESTS+=Frame -check_PROGRAMS+=Frame -Frame_SOURCES=Frame.cpp -Frame_LDADD=-lboost_unit_test_framework $(lib_common) - - # TODO aconway 2007-08-07: Why aren't these tests run automatically? |