mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-03 21:06:28 +01:00
7 lines
112 B
Makefile
7 lines
112 B
Makefile
if BUILD_FORWARDER
|
|
FORWARDER_DIR = zmq_forwarder
|
|
endif
|
|
|
|
SUBDIRS = $(FORWARDER_DIR)
|
|
DIST_SUBDIRS = zmq_forwarder
|