summaryrefslogtreecommitdiff
path: root/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
commit37badc8385867b42022aebd6850fbe60c1ae4032 (patch)
treefd9dd108dfabd705efff2e8c6c3180f90ea94f7e /cpp
parente70a7bb7fbed5533690fa0fcea1e157867b2b1fa (diff)
downloadqpid-python-37badc8385867b42022aebd6850fbe60c1ae4032.tar.gz
Fixing a build failure in the examples code.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@830799 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/boost-1.32-support/main.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpp/boost-1.32-support/main.patch b/cpp/boost-1.32-support/main.patch
index 4a218afb1b..433a8f0f25 100644
--- a/cpp/boost-1.32-support/main.patch
+++ b/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