You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2009/07/10 22:28:38 UTC

svn commit: r793100 - /qpid/trunk/qpid/cpp/bindings/qmf/ruby/Makefile.am

Author: tross
Date: Fri Jul 10 20:28:38 2009
New Revision: 793100

URL: http://svn.apache.org/viewvc?rev=793100&view=rev
Log:
Fixed another make dist problem.  Need to specify "nodist_" for conditionally generated sources.

Modified:
    qpid/trunk/qpid/cpp/bindings/qmf/ruby/Makefile.am

Modified: qpid/trunk/qpid/cpp/bindings/qmf/ruby/Makefile.am
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/bindings/qmf/ruby/Makefile.am?rev=793100&r1=793099&r2=793100&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/bindings/qmf/ruby/Makefile.am (original)
+++ qpid/trunk/qpid/cpp/bindings/qmf/ruby/Makefile.am Fri Jul 10 20:28:38 2009
@@ -38,6 +38,6 @@
 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



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org