diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-02-27 14:18:02 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-02-27 14:18:02 +0100 |
commit | ea0a44c8a964cad4276ec216319d32e95e4a4bc0 (patch) | |
tree | ff8390890873ebe30b3901a0b695c219d210a107 /bindings/ruby/Makefile.am | |
parent | 45414b5444db0a1f7e325c7dce92fbe84667d093 (diff) |
Ruby binding removed
Diffstat (limited to 'bindings/ruby/Makefile.am')
-rw-r--r-- | bindings/ruby/Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/bindings/ruby/Makefile.am b/bindings/ruby/Makefile.am deleted file mode 100644 index 148daf0..0000000 --- a/bindings/ruby/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -INCLUDES = -I$(top_builddir) -I$(top_srcdir)/include -I$(top_builddir)/include - -rblib_LTLIBRARIES = librbzmq.la -rblibdir = @RUBYDIR@ - -librbzmq_la_SOURCES = rbzmq.cpp - -librbzmq_la_LDFLAGS = -version-info @RBLTVER@ -librbzmq_la_CXXFLAGS = -Wall -pedantic -Werror -Wno-long-long -librbzmq_la_LIBADD = $(top_builddir)/src/libzmq.la - |