diff options
| author | Ted Ross <tross@apache.org> | 2009-07-10 21:05:10 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-07-10 21:05:10 +0000 |
| commit | 4521996ac7e848df18b26e33bbee528a204626c6 (patch) | |
| tree | 449a19a0e6062f8aa758253096b124cfd0627d95 /cpp | |
| parent | 28e8f351d098174ccb63d851d0d35780d9a21360 (diff) | |
| download | qpid-python-4521996ac7e848df18b26e33bbee528a204626c6.tar.gz | |
Additional fix for make distcheck.
Added CLEANFILES definition to clean up generated sources.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793109 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/bindings/qmf/ruby/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/bindings/qmf/ruby/Makefile.am b/cpp/bindings/qmf/ruby/Makefile.am index c0673034a0..bb006d1ad0 100644 --- a/cpp/bindings/qmf/ruby/Makefile.am +++ b/cpp/bindings/qmf/ruby/Makefile.am @@ -40,4 +40,6 @@ qmfengine_la_LIBADD = $(RUBY_LIBS) -L$(top_builddir)/src/.libs -lqpidclient $(to qmfengine_la_CXXFLAGS = $(INCLUDES) -I$(RUBY_INC) -I$(RUBY_INC_ARCH) nodist_qmfengine_la_SOURCES = qmfengine.cpp +CLEANFILES = $(generated_file_list) + endif # HAVE_RUBY_DEVEL |
