summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Makefile.am6
-rw-r--r--cpp/src/tests/Makefile.am6
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?