diff options
| author | Alan Conway <aconway@apache.org> | 2009-07-15 16:45:21 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-07-15 16:45:21 +0000 |
| commit | e7881513358cf21203fdb0987807c18b599a5310 (patch) | |
| tree | 5a98db4334ab6d232e8bc13cad1d6bcf5c64b176 /qpid/cpp/src/tests | |
| parent | 6bd0e9b3ff37431b539bf2db22117c5ee099a2f9 (diff) | |
| download | qpid-python-e7881513358cf21203fdb0987807c18b599a5310.tar.gz | |
Merge branch 'move_public_h_to_include' into trunk
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@794325 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 e318942cbf..3700ab4b4b 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -18,7 +18,7 @@ # AM_CXXFLAGS = $(WARNING_CFLAGS) -DBOOST_TEST_DYN_LINK -INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../gen -I$(top_builddir)/src/gen +INCLUDES = -I$(top_srcdir)/include -I$(srcdir)/.. -I$(srcdir)/../gen -I$(top_builddir)/src/gen abs_builddir=@abs_builddir@ extra_libs = |
