summaryrefslogtreecommitdiff
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
commit11569f732b56bd37fd9af632f0e1adb9b914d0b2 (patch)
treeb00b52ee7365903f82d14a2e6483b73416fd421c
parent4225df85209e788d09f1830c6d0ce62cbe016182 (diff)
downloadqpid-python-11569f732b56bd37fd9af632f0e1adb9b914d0b2.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@793100 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/bindings/qmf/ruby/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/bindings/qmf/ruby/Makefile.am b/qpid/cpp/bindings/qmf/ruby/Makefile.am
index 5b0404c0bc..c0673034a0 100644
--- a/qpid/cpp/bindings/qmf/ruby/Makefile.am
+++ b/qpid/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