mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-15 10:18:01 +08: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
|