mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-20 02:17:55 +00:00
10 lines
209 B
Makefile
10 lines
209 B
Makefile
INCLUDES = -I$(top_builddir)/c -I$(top_builddir)/cpp
|
|
|
|
bin_PROGRAMS = forwarder
|
|
|
|
forwarder_LDADD = $(top_builddir)/src/libzmq.la
|
|
forwarder_SOURCES = forwarder.cpp
|
|
forwarder_CXXFLAGS = -Wall -pedantic -Werror
|
|
|
|
|