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 | 35242ff9c49e33236cf8000b5d3fa70c0acf22e9 (patch) | |
tree | 98e60a973076351eced4dfa073966a687710d872 /cpp | |
parent | a088d0d2e7f20a6f5e6c200b7e0a086ce1f6e837 (diff) | |
download | qpid-python-35242ff9c49e33236cf8000b5d3fa70c0acf22e9.tar.gz |
Removed commented out code in makefile
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@792569 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/bindings/qmf/ruby/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/bindings/qmf/ruby/Makefile.am b/cpp/bindings/qmf/ruby/Makefile.am index 5db4dc3340..5b0404c0bc 100644 --- a/cpp/bindings/qmf/ruby/Makefile.am +++ b/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 |