diff options
| author | Ted Ross <tross@apache.org> | 2009-06-03 12:37:23 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-06-03 12:37:23 +0000 |
| commit | 6c6ab59c8ce6b9beee45e7171a5eaa6a50c0e65a (patch) | |
| tree | 54d3da866cf50fc6cc6115577ff68ec248589ebb /cpp/bindings/qmf/ruby | |
| parent | 7b796eb7b193d38219acdd55e9caf2940c4e751a (diff) | |
| download | qpid-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/bindings/qmf/ruby')
| -rw-r--r-- | cpp/bindings/qmf/ruby/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
