mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 02:42:58 +01:00
15 lines
261 B
Makefile
15 lines
261 B
Makefile
if BUILD_FORWARDER
|
|
FORWARDER_DIR = zmq_forwarder
|
|
endif
|
|
|
|
if BUILD_STREAMER
|
|
STREAMER_DIR = zmq_streamer
|
|
endif
|
|
|
|
if BUILD_QUEUE
|
|
QUEUE_DIR = zmq_queue
|
|
endif
|
|
|
|
SUBDIRS = $(FORWARDER_DIR) $(STREAMER_DIR) $(QUEUE_DIR)
|
|
DIST_SUBDIRS = zmq_forwarder zmq_streamer zmq_queue
|