summaryrefslogtreecommitdiff
path: root/cpp/bindings
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2009-07-10 20:28:38 +0000
committerTed Ross <tross@apache.org>2009-07-10 20:28:38 +0000
commit28e8f351d098174ccb63d851d0d35780d9a21360 (patch)
treec3e30b47e5e76cef304c249b1a89200fd34690ca /cpp/bindings
parent8ade86a93793137b337502faefefcaf0c4a203eb (diff)
downloadqpid-python-28e8f351d098174ccb63d851d0d35780d9a21360.tar.gz
Fixed another make dist problem. Need to specify "nodist_" for conditionally generated sources.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793100 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings')
-rw-r--r--cpp/bindings/qmf/ruby/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/bindings/qmf/ruby/Makefile.am b/cpp/bindings/qmf/ruby/Makefile.am
index 5b0404c0bc..c0673034a0 100644
--- a/cpp/bindings/qmf/ruby/Makefile.am
+++ b/cpp/bindings/qmf/ruby/Makefile.am
@@ -38,6 +38,6 @@ rubylibarch_LTLIBRARIES = qmfengine.la
qmfengine_la_LDFLAGS = -avoid-version -module -shrext ".$(RUBY_DLEXT)"
qmfengine_la_LIBADD = $(RUBY_LIBS) -L$(top_builddir)/src/.libs -lqpidclient $(top_builddir)/src/libqmfcommon.la
qmfengine_la_CXXFLAGS = $(INCLUDES) -I$(RUBY_INC) -I$(RUBY_INC_ARCH)
-qmfengine_la_SOURCES = qmfengine.cpp
+nodist_qmfengine_la_SOURCES = qmfengine.cpp
endif # HAVE_RUBY_DEVEL