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 | a3332aa552505e5489183330323caae9db0fb7d1 (patch) | |
| tree | 501ff740badf0691591f67c617f2d237fab5920a /qpid/cpp/src/tests | |
| parent | 217c83a1ac0213f3d909bb6a36a72e32805cb9db (diff) | |
| download | qpid-python-a3332aa552505e5489183330323caae9db0fb7d1.tar.gz | |
Fix incorrect -I directive for generated code.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@537935 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 0c08e0c6f7..77ed81df56 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/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 = \ |
