Author: rupertlssmith
Date: Mon Oct 1 09:11:34 2007
New Revision: 581002
URL: http://svn.apache.org/viewvc?rev=581002&view=rev
Log:
Added missing dependencies to makefile.
Modified:
incubator/qpid/branches/M2.1/cpp/tests/Makefile.am
Modified: incubator/qpid/branches/M2.1/cpp/tests/Makefile.am
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1/cpp/tests/Makefile.am?rev=581002&r1=581001&r2=581002&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1/cpp/tests/Makefile.am (original)
+++ incubator/qpid/branches/M2.1/cpp/tests/Makefile.am Mon Oct 1 09:11:34 2007
@@ -126,12 +126,18 @@
check_PROGRAMS = interop_runner
interop_runner_SOURCES = \
interop_runner.cpp \
+ TestUtils.cpp \
SimpleTestCaseBase.cpp \
BasicP2PTest.cpp \
BasicPubSubTest.cpp \
+ P2PMessageSizeTest.cpp \
+ PubSubMessageSizeTest.cpp \
+ TestUtils.h \
SimpleTestCaseBase.h \
BasicP2PTest.h \
BasicPubSubTest.h \
+ P2PMessageSizeTest.h \
+ PubSubMessageSizeTest.h \
TestCase.h \
- TestOptions.h
+ TestOptions.h
interop_runner_LDADD = $(lib_client) $(lib_common) $(extra_libs)