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 | 743641ab75dc35a5f783fec1c15c6a180cafd4d7 (patch) | |
| tree | 748d2da2dcc4a42333f0dde450fdd517756a6c08 /qpid/cpp | |
| parent | 22a7ec0caeac53abe6b11c63a6b5aaa0e24a7f00 (diff) | |
| download | qpid-python-743641ab75dc35a5f783fec1c15c6a180cafd4d7.tar.gz | |
* tests/Makefile.am: fix for source move.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@528681 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 3e96581573..388da8e9a9 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/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 = \ |
