mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-10 07:56:09 +00:00
12 lines
325 B
Makefile
12 lines
325 B
Makefile
|
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
|
||
|
|