diff options
author | Alan Conway <aconway@apache.org> | 2007-04-13 22:03:56 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-04-13 22:03:56 +0000 |
commit | 880a5ee9bf53cfefcb66b596f5227f5de57426f1 (patch) | |
tree | 98bfd103bb3bb81a92da5b263e383690c63aee9b /cpp/src | |
parent | 5387076cfe4d1f72348ea4f2fa907997c6e7b8fe (diff) | |
download | qpid-python-880a5ee9bf53cfefcb66b596f5227f5de57426f1.tar.gz |
* tests/Makefile.am: fix for source move.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@528681 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/tests/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 3e96581573..388da8e9a9 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -1,7 +1,5 @@ -AM_CXXFLAGS = $(WARNING_CFLAGS) $(CPPUNIT_CXXFLAGS) -INCLUDES = \ - -I$(srcdir)/../gen \ - $(APR_CXXFLAGS) +AM_CXXFLAGS = $(WARNING_CFLAGS) $(CPPUNIT_CXXFLAGS) $(APR_CXXFLAGS) +INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../gen # Unit tests broker_unit_tests = \ |