diff options
author | Alan Conway <aconway@apache.org> | 2007-05-14 18:24:21 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-05-14 18:24:21 +0000 |
commit | d8747dbe3fa9f0f83f24d3b9cf998808578b9ec6 (patch) | |
tree | 5f58e906646623defddf1012e99b67f5175bdb79 /cpp/src | |
parent | 96b68a1175ca48a6938ecf9c114e2e7d2af46d30 (diff) | |
download | qpid-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.am | 2 |
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 = \ |