summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-05-18 19:21:14 +0000
committerAlan Conway <aconway@apache.org>2007-05-18 19:21:14 +0000
commit2dd3c82f19dfa5f8b74e7678bf3d9a75f723dafc (patch)
tree43d387ef03ba85c43d1277c3a6fec623ebc5a2ac /qpid/cpp/src/tests
parent83d345ae75ad4c7bc715e14aeec923a87d3aca07 (diff)
downloadqpid-python-2dd3c82f19dfa5f8b74e7678bf3d9a75f723dafc.tar.gz
* docs/api/Makefile.am: Adding html.timestamp to clean target.
* src/Makefile.am: Fixed -I for generated code. * src/tests/Makefile.am: Fixed -I for generated code. * src/qpidd.cpp: Typo in help message. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@539568 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
-rw-r--r--qpid/cpp/src/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am
index 77ed81df56..74e5863613 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$(builddir)/../gen
+INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../gen -I$(builddir)/../gen
# Unit tests
broker_unit_tests = \