You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2007/05/15 11:10:03 UTC

svn commit: r538098 - /incubator/qpid/branches/M2/cpp/tests/Makefile.am

Author: gsim
Date: Tue May 15 02:10:02 2007
New Revision: 538098

URL: http://svn.apache.org/viewvc?view=rev&rev=538098
Log:
Added missing files so that make distcheck passes.


Modified:
    incubator/qpid/branches/M2/cpp/tests/Makefile.am

Modified: incubator/qpid/branches/M2/cpp/tests/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/tests/Makefile.am?view=diff&rev=538098&r1=538097&r2=538098
==============================================================================
--- incubator/qpid/branches/M2/cpp/tests/Makefile.am (original)
+++ incubator/qpid/branches/M2/cpp/tests/Makefile.am Tue May 15 02:10:02 2007
@@ -105,10 +105,15 @@
 	> $@-t
 	mv $@-t $@
 
-bin_PROGRAMS = interop_runner
+check_PROGRAMS = interop_runner
 interop_runner_SOURCES = 	\
   interop_runner.cpp	 	\
   SimpleTestCaseBase.cpp	\
   BasicP2PTest.cpp		\
-  BasicPubSubTest.cpp
+  BasicPubSubTest.cpp		\
+  SimpleTestCaseBase.h		\
+  BasicP2PTest.h		\
+  BasicPubSubTest.h		\
+  TestCase.h			\
+  TestOptions.h
 interop_runner_LDADD = $(lib_client) $(lib_common) $(extra_libs)