summaryrefslogtreecommitdiff
path: root/devices/zmq_queue/Makefile.am
blob: 8d3ec36e6cefa38eb59eccde6c1e1ff959fef05b (plain)
1
2
3
4
5
6
7
8
9
INCLUDES = -I$(top_srcdir)/bindings/cpp -I$(top_srcdir)/bindings/c

bin_PROGRAMS = zmq_queue

zmq_queue_LDADD = $(top_builddir)/src/libzmq.la
zmq_queue_SOURCES = zmq_queue.cpp
zmq_queue_CXXFLAGS = -Wall -pedantic -Werror