From 700acf001d1d56484a91d97240f70ed9b8452f9f Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Tue, 15 May 2007 09:10:02 +0000 Subject: Added missing files so that make distcheck passes. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@538098 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/tests/Makefile.am | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'cpp') diff --git a/cpp/tests/Makefile.am b/cpp/tests/Makefile.am index 68935d057d..654c4dc1de 100644 --- a/cpp/tests/Makefile.am +++ b/cpp/tests/Makefile.am @@ -105,10 +105,15 @@ gen.mk: Makefile.am > $@-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) -- cgit v1.2.1