From 37badc8385867b42022aebd6850fbe60c1ae4032 Mon Sep 17 00:00:00 2001 From: Michael Goulish Date: Wed, 28 Oct 2009 23:51:42 +0000 Subject: 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 --- cpp/boost-1.32-support/main.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'cpp') 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 -- cgit v1.2.1