summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-05-14 18:24:21 +0000
committerAlan Conway <aconway@apache.org>2007-05-14 18:24:21 +0000
commitd8747dbe3fa9f0f83f24d3b9cf998808578b9ec6 (patch)
tree5f58e906646623defddf1012e99b67f5175bdb79 /cpp/src
parent96b68a1175ca48a6938ecf9c114e2e7d2af46d30 (diff)
downloadqpid-python-d8747dbe3fa9f0f83f24d3b9cf998808578b9ec6.tar.gz
Fix incorrect -I directive for generated code.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@537935 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am
index 0c08e0c6f7..77ed81df56 100644
--- a/cpp/src/tests/Makefile.am
+++ b/cpp/src/tests/Makefile.am
@@ -1,5 +1,5 @@
AM_CXXFLAGS = $(WARNING_CFLAGS) $(CPPUNIT_CXXFLAGS) $(APR_CXXFLAGS)
-INCLUDES = -I$(srcdir)/.. -I$(top_builddir)/gen
+INCLUDES = -I$(srcdir)/.. -I$(builddir)/../gen
# Unit tests
broker_unit_tests = \