From e997eeb68fdb7f975f9e70848832f2b0d7612683 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 7 Dec 2007 21:57:40 +0000 Subject: src/tests/Makefile.am: Add BrokerFixture.h to sourc lists examples/Makefile.am: Fix typo. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@602239 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/examples/Makefile.am | 2 +- cpp/src/tests/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp') diff --git a/cpp/examples/Makefile.am b/cpp/examples/Makefile.am index 8e7c88b996..9bd8376644 100644 --- a/cpp/examples/Makefile.am +++ b/cpp/examples/Makefile.am @@ -31,5 +31,5 @@ EXAMPLE_FLAGS=-I$(DESTDIR)$(includedir) -L$(DESTDIR)$(libdir) -Wl,-rpath,$(DESTD EXAMPLE_DIR=$(DESTDIR)$(pkgdatadir)/examples installcheck-local: cd $(EXAMPLE_DIR) && $(MAKE) CXX="$(CXX)" CXXFLAGS="$(EXAMPLE_FLAGS)" all - cd ${EXAMPLE_DIR) && $(abs_srcdir)/verify + cd $(EXAMPLE_DIR) && $(abs_srcdir)/verify cd $(EXAMPLE_DIR) && $(MAKE) clean diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index aa72a15c3f..dc20486a7e 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -28,7 +28,7 @@ TESTS+=unit_test check_PROGRAMS+=unit_test unit_test_LDADD=-lboost_unit_test_framework -lboost_regex \ $(lib_client) $(lib_broker) -unit_test_SOURCES= unit_test.cpp unit_test.h \ +unit_test_SOURCES= unit_test.cpp unit_test.h BrokerFixture.h \ exception_test.cpp \ RefCounted.cpp RefCountedMap.cpp \ SessionState.cpp Blob.cpp logging.cpp \ -- cgit v1.2.1