summaryrefslogtreecommitdiff
path: root/devices/zmq_forwarder/Makefile.am
blob: 892b7fe8fd1e97e9ca7a798105bdc30fe60ab70e (plain)
1
2
3
4
5
6
7
8
9
INCLUDES = -I$(top_builddir)/c -I$(top_builddir)/cpp

bin_PROGRAMS = zmq_forwarder

zmq_forwarder_LDADD = $(top_builddir)/src/libzmq.la
zmq_forwarder_SOURCES = zmq_forwarder.cpp
zmq_forwarder_CXXFLAGS = -Wall -pedantic -Werror