From 880a5ee9bf53cfefcb66b596f5227f5de57426f1 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 13 Apr 2007 22:03:56 +0000 Subject: * tests/Makefile.am: fix for source move. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@528681 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'cpp/src') diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 3e96581573..388da8e9a9 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -1,7 +1,5 @@ -AM_CXXFLAGS = $(WARNING_CFLAGS) $(CPPUNIT_CXXFLAGS) -INCLUDES = \ - -I$(srcdir)/../gen \ - $(APR_CXXFLAGS) +AM_CXXFLAGS = $(WARNING_CFLAGS) $(CPPUNIT_CXXFLAGS) $(APR_CXXFLAGS) +INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../gen # Unit tests broker_unit_tests = \ -- cgit v1.2.1