mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-09 14:15:17 +08:00
11 lines
194 B
Makefile
11 lines
194 B
Makefile
if BUILD_FORWARDER
|
|
FORWARDER_DIR = zmq_forwarder
|
|
endif
|
|
|
|
if BUILD_STREAMER
|
|
STREAMER_DIR = zmq_streamer
|
|
endif
|
|
|
|
SUBDIRS = $(FORWARDER_DIR) $(STREAMER_DIR)
|
|
DIST_SUBDIRS = zmq_forwarder zmq_streamer
|