mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-29 00:32:34 +08: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
|
|
|
|
|