From 28e8f351d098174ccb63d851d0d35780d9a21360 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Fri, 10 Jul 2009 20:28:38 +0000 Subject: 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 --- cpp/bindings/qmf/ruby/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp') 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 -- cgit v1.2.1