0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-08 13:25:53 +08:00
libzmq/devices/Makefile.am

11 lines
194 B
Makefile
Raw Normal View History

2009-09-14 16:45:53 +02:00
if BUILD_FORWARDER
2009-09-15 09:45:32 +02:00
FORWARDER_DIR = zmq_forwarder
2009-09-14 16:45:53 +02:00
endif
if BUILD_STREAMER
STREAMER_DIR = zmq_streamer
endif
SUBDIRS = $(FORWARDER_DIR) $(STREAMER_DIR)
DIST_SUBDIRS = zmq_forwarder zmq_streamer