summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/docs/api/Makefile.am2
-rw-r--r--cpp/src/Makefile.am2
-rw-r--r--cpp/src/qpidd.cpp2
-rw-r--r--cpp/src/tests/Makefile.am2
4 files changed, 4 insertions, 4 deletions
diff --git a/cpp/docs/api/Makefile.am b/cpp/docs/api/Makefile.am
index 121c263a12..bde8b5fa3d 100644
--- a/cpp/docs/api/Makefile.am
+++ b/cpp/docs/api/Makefile.am
@@ -15,4 +15,4 @@ html.timestamp:
touch $@
clean-local:
- rm -rf html html-dev
+ rm -rf html html-dev html.timestamp
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am
index ec11a051a0..87087ef369 100644
--- a/cpp/src/Makefile.am
+++ b/cpp/src/Makefile.am
@@ -21,7 +21,7 @@ EXTRA_DIST=generate.sh $(generated_cpp) $(generated_h) $(platform_dist)
AM_CXXFLAGS = $(WARNING_CFLAGS) $(APR_CXXFLAGS)
AM_LDFLAGS = -version-info $(LIBTOOL_VERSION_INFO_ARG)
-INCLUDES = -Igen
+INCLUDES = -I$(builddir)/gen -I$(srcdir)/gen
qpidd_LDADD = \
libqpidbroker.la \
diff --git a/cpp/src/qpidd.cpp b/cpp/src/qpidd.cpp
index 978f9afe4f..7b4c537d94 100644
--- a/cpp/src/qpidd.cpp
+++ b/cpp/src/qpidd.cpp
@@ -71,7 +71,7 @@ struct QpiddOptions : public Broker::Options
po::options_description brokerOpts;
Broker::Options::addTo(desc);
desc.add_options()
- ("config", optValue(config, "FILE"), "Configuation file")
+ ("config", optValue(config, "FILE"), "Configuration file")
("help,h", optValue(help), "Print help message")
("version,v", optValue(version), "Print version information");
}
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am
index 77ed81df56..74e5863613 100644
--- a/cpp/src/tests/Makefile.am
+++ b/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 = \