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 @@
        > [EMAIL PROTECTED]
        mv [EMAIL PROTECTED] $@
 
-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)


Reply via email to