summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorMichael Goulish <mgoulish@apache.org>2009-10-28 23:51:42 +0000
committerMichael Goulish <mgoulish@apache.org>2009-10-28 23:51:42 +0000
commit8a5aaa0e6ac75f65216867b5a43dac9776860c54 (patch)
treeee0152e2c8dce11d5933fef3f280be5e91db3317 /qpid/cpp
parentcad46f28e890a132fbbe66e06ddbb76aaa5c5c39 (diff)
downloadqpid-python-8a5aaa0e6ac75f65216867b5a43dac9776860c54.tar.gz
Fixing a build failure in the examples code.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@830799 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/boost-1.32-support/main.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/qpid/cpp/boost-1.32-support/main.patch b/qpid/cpp/boost-1.32-support/main.patch
index 4a218afb1b..433a8f0f25 100644
--- a/qpid/cpp/boost-1.32-support/main.patch
+++ b/qpid/cpp/boost-1.32-support/main.patch
@@ -23,3 +23,15 @@ Index: src/Makefile.am
## Generated code
+Index: examples/makedist.mk
+===================================================================
+--- examples/makedist.mk (revision 830311)
++++ examples/makedist.mk (working copy)
+@@ -1,6 +1,6 @@
+ # Settings to build the examples in automake
+ AM_CXXFLAGS = $(WARNING_CFLAGS)
+-INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include
++INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/src
+ CLIENT_LIB=$(top_builddir)/src/libqpidclient.la
+ CONSOLE_LIB=$(top_builddir)/src/libqmfconsole.la
+ CLIENTFLAGS=-lqpidclient