0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-09 14:15:17 +08:00
libzmq/devices/Makefile.am
2009-11-24 11:23:10 +01:00

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