mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-10 16:06:09 +00:00
9 lines
126 B
Makefile
9 lines
126 B
Makefile
INCLUDES = -I$(top_srcdir)/include
|
|
|
|
bin_PROGRAMS = zmqd
|
|
|
|
zmqd_LDADD = $(top_builddir)/src/libzmq.la
|
|
zmqd_SOURCES = zmqd.cpp
|
|
|
|
|