summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2008-04-25 01:05:07 +0000
committerAndrew Stitcher <astitcher@apache.org>2008-04-25 01:05:07 +0000
commit27162c58d1d9301fefd568af36bbda79b0237160 (patch)
treea178058ab97995f030b0ae383920d5590bcf02f0 /qpid/cpp
parent27918dd5381dab421d9431820c752053a811b62b (diff)
downloadqpid-python-27162c58d1d9301fefd568af36bbda79b0237160.tar.gz
Fix building examples when using a VPATH build
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@651474 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/examples/Makefile.am b/qpid/cpp/examples/Makefile.am
index 540e092ea2..c34100680c 100644
--- a/qpid/cpp/examples/Makefile.am
+++ b/qpid/cpp/examples/Makefile.am
@@ -57,7 +57,7 @@ abs_top_srcdir=@abs_top_srcdir@
# Build the examples - copy sources to the build tree in VPATH build.
all-local:
test -d examples || cp -R $(srcdir)/examples .
- cd examples && $(MAKE) CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS) -I../../$(top_srcdir)/src -I../../$(top_srcdir)/src/gen -I../../$(top_builddir)/src/gen -L../../$(top_builddir)/src/.libs -Wl,-rpath,$(abs_top_builddir)/src/.libs" all
+ cd examples && $(MAKE) CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS) -I$(abs_top_srcdir)/src -I$(abs_top_srcdir)/src/gen -I$(abs_top_builddir)/src -I$(abs_top_builddir)/src/gen -L$(abs_top_builddir)/src/.libs -Wl,-rpath,$(abs_top_builddir)/src/.libs" all
# FIXME aconway 2008-03-25: Re-enable when python client has been fixed
# to find .spec via PYTHONPATH.