From 1d650934e477be32db9a3c64de077deed0416689 Mon Sep 17 00:00:00 2001 From: tamara Date: Sat, 29 Aug 2009 11:31:32 +0200 Subject: Ruby bidning added --- ruby/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ruby/Makefile.am (limited to 'ruby/Makefile.am') diff --git a/ruby/Makefile.am b/ruby/Makefile.am new file mode 100644 index 0000000..7718e24 --- /dev/null +++ b/ruby/Makefile.am @@ -0,0 +1,11 @@ +INCLUDES = -I$(top_builddir) -I$(top_srcdir)/include -I$(top_builddir)/include + +rblib_LTLIBRARIES = librbzmq.la +rblibdir = @RUBYDIR@ + +librbzmq_la_SOURCES = zmq.cpp + +librbzmq_la_LDFLAGS = -version-info @RBLTVER@ +librbzmq_la_CXXFLAGS = -Wall -pedantic -Werror -Wno-long-long +librbzmq_la_LIBADD = $(top_builddir)/src/libzmq.la + -- cgit v1.2.3