mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 18:55:10 +01:00
12 lines
327 B
Makefile
12 lines
327 B
Makefile
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
|
|
|