mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-15 10:18:01 +08:00
9 lines
146 B
Makefile
9 lines
146 B
Makefile
INCLUDES = -I$(top_srcdir)/include
|
|
|
|
bin_PROGRAMS = zmq_queue
|
|
|
|
zmq_queue_LDADD = $(top_builddir)/src/libzmq.la
|
|
zmq_queue_SOURCES = zmq_queue.cpp
|
|
|
|
|