diff options
| author | Ted Ross <tross@apache.org> | 2009-07-09 14:49:25 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-07-09 14:49:25 +0000 |
| commit | df76e190f4b4cd277210a2e41354a6f86c916792 (patch) | |
| tree | c87e172da6be93d0fb8014533668427fa2d1a84e /qpid/cpp | |
| parent | 6441532eb3ec3b71566d38f8ebf3969ff9a3b2fb (diff) | |
| download | qpid-python-df76e190f4b4cd277210a2e41354a6f86c916792.tar.gz | |
Removed commented out code in makefile
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@792569 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/bindings/qmf/ruby/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qpid/cpp/bindings/qmf/ruby/Makefile.am b/qpid/cpp/bindings/qmf/ruby/Makefile.am index 5db4dc3340..5b0404c0bc 100644 --- a/qpid/cpp/bindings/qmf/ruby/Makefile.am +++ b/qpid/cpp/bindings/qmf/ruby/Makefile.am @@ -32,8 +32,6 @@ dist_rubylib_DATA = qmf.rb $(generated_file_list): $(srcdir)/ruby.i $(srcdir)/../qmfengine.i $(SWIG) -ruby -c++ -Wall -I/usr/include $(INCLUDES) $(QPID_CXXFLAGS) -o qmfengine.cpp $(srcdir)/ruby.i -#AM_CXXFLAGS = $(QPID_CXXFLAGS) $(INCLUDES) -I$(srcdir) -I$(RUBY_INC) -I$(RUBY_INC_ARCH) - rubylibarchdir = $(RUBY_LIB_ARCH) rubylibarch_LTLIBRARIES = qmfengine.la |
