summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2009-06-03 12:37:23 +0000
committerTed Ross <tross@apache.org>2009-06-03 12:37:23 +0000
commit6c6ab59c8ce6b9beee45e7171a5eaa6a50c0e65a (patch)
tree54d3da866cf50fc6cc6115577ff68ec248589ebb /cpp
parent7b796eb7b193d38219acdd55e9caf2940c4e751a (diff)
downloadqpid-python-6c6ab59c8ce6b9beee45e7171a5eaa6a50c0e65a.tar.gz
QPID-1874 - More Makefile fixes for vpath builds
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781353 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/bindings/qmf/python/Makefile.am2
-rw-r--r--cpp/bindings/qmf/ruby/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/bindings/qmf/python/Makefile.am b/cpp/bindings/qmf/python/Makefile.am
index fbae429ba7..a1b372aecc 100644
--- a/cpp/bindings/qmf/python/Makefile.am
+++ b/cpp/bindings/qmf/python/Makefile.am
@@ -20,7 +20,7 @@ pylibdir = $(PYTHON_LIB)
lib_LTLIBRARIES = _qmfengine.la
_qmfengine_la_LDFLAGS = -avoid-version -module -shrext "$(PYTHON_SO)"
-_qmfengine_la_LIBADD = $(PYTHON_LIBS) -L$(QPID_SRC)/.libs -lqpidclient $(top_builddir)/src/libqmfcommon.la $(top_builddir)/src/libqmfagent.la
+_qmfengine_la_LIBADD = $(PYTHON_LIBS) -L$(top_builddir)/src/.libs -lqpidclient $(top_builddir)/src/libqmfcommon.la
_qmfengine_la_SOURCES = \
qmfengine.cpp
diff --git a/cpp/bindings/qmf/ruby/Makefile.am b/cpp/bindings/qmf/ruby/Makefile.am
index d7f9c18911..8e10b418dc 100644
--- a/cpp/bindings/qmf/ruby/Makefile.am
+++ b/cpp/bindings/qmf/ruby/Makefile.am
@@ -22,7 +22,7 @@ rubylibarchdir = $(RUBY_LIB_ARCH)
rubylibarch_LTLIBRARIES = qmfengine.la
qmfengine_la_LDFLAGS = -avoid-version -module -shrext ".$(RUBY_DLEXT)"
-qmfengine_la_LIBADD = $(RUBY_LIBS) -L$(QPID_SRC)/.libs -lqpidclient $(top_builddir)/src/libqmfcommon.la
+qmfengine_la_LIBADD = $(RUBY_LIBS) -L$(top_builddir)/src/.libs -lqpidclient $(top_builddir)/src/libqmfcommon.la
qmfengine_la_SOURCES = \
qmfengine.cpp