summaryrefslogtreecommitdiff
path: root/ruby/Makefile.am
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-09-07 11:10:58 +0200
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-09-07 11:10:58 +0200
commit87ccbb9fae0f9234f82f9a9ec6a215f5e73209d3 (patch)
treec2b7da25c754c3a0c1c46b8f07a2148c34fc9232 /ruby/Makefile.am
parent67253f3186488db93dee23bd9194419f58f0b1d3 (diff)
parentd62c74232a4c1edd38004933afd0c7dc119bd98b (diff)
Merge branch 'master' of git@github.com:sustrik/zeromq2
Diffstat (limited to 'ruby/Makefile.am')
-rw-r--r--ruby/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/Makefile.am b/ruby/Makefile.am
index 7718e24..148daf0 100644
--- a/ruby/Makefile.am
+++ b/ruby/Makefile.am
@@ -3,7 +3,7 @@ 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_SOURCES = rbzmq.cpp
librbzmq_la_LDFLAGS = -version-info @RBLTVER@
librbzmq_la_CXXFLAGS = -Wall -pedantic -Werror -Wno-long-long