mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-20 02:17:55 +00:00
9 lines
194 B
Makefile
9 lines
194 B
Makefile
INCLUDES = -I$(top_srcdir)/bindings/cpp -I$(top_srcdir)/bindings/c
|
|
|
|
bin_PROGRAMS = zmq_forwarder
|
|
|
|
zmq_forwarder_LDADD = $(top_builddir)/src/libzmq.la
|
|
zmq_forwarder_SOURCES = zmq_forwarder.cpp
|
|
|
|
|