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 | 366916dc747b462858252271a6993d244f59768a (patch) | |
| tree | de0f1a27ff50058c6f8e084c9ac1595892032f00 /cpp/src/tests/Makefile.am | |
| parent | 6bcc8e7c8591c623fdcc5c75f6e3759bbe27eeca (diff) | |
| download | qpid-python-366916dc747b462858252271a6993d244f59768a.tar.gz | |
Merge branch 'move_public_h_to_include' into trunk
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@794325 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
| -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 e318942cbf..3700ab4b4b 100644 --- a/cpp/src/tests/Makefile.am +++ b/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 = |
