Author: aconway
Date: 2008-04-22 18:09:25 -0400 (Tue, 22 Apr 2008)
New Revision: 1961
Modified:
store/trunk/cpp/tests/Makefile.am
store/trunk/cpp/tests/jrnl/Makefile.am
Log:
Fix -I locations for VPATH builds.
Modified: store/trunk/cpp/tests/Makefile.am
===================================================================
--- store/trunk/cpp/tests/Makefile.am 2008-04-22 21:55:26 UTC (rev 1960)
+++ store/trunk/cpp/tests/Makefile.am 2008-04-22 22:09:25 UTC (rev 1961)
@@ -4,7 +4,7 @@
AM_CXXFLAGS = $(WARNING_CFLAGS) $(APR_CXXFLAGS) $(QPID_CXXFLAGS) \
$(CPPUNIT_CXXFLAGS) -DBOOST_TEST_DYN_LINK
-INCLUDES=-I../lib -I../lib/gen
+INCLUDES=-I$(top_srcdir)/lib -I$(top_srcdir)/lib/gen
SUBDIRS = . jrnl
Modified: store/trunk/cpp/tests/jrnl/Makefile.am
===================================================================
--- store/trunk/cpp/tests/jrnl/Makefile.am 2008-04-22 21:55:26 UTC (rev 1960)
+++ store/trunk/cpp/tests/jrnl/Makefile.am 2008-04-22 22:09:25 UTC (rev 1961)
@@ -23,7 +23,7 @@
AM_CXXFLAGS = $(WARNING_CFLAGS) $(CPPUNIT_CXXFLAGS) $(QPID_CXXFLAGS) -pthread
-DBOOST_TEST_DYN_LINK
-INCLUDES=-I../../lib
+INCLUDES=-I$(top_srcdir)/lib
SUBDIRS = jtt .
Show replies by date