libzmq/devices/Makefile.am

15 lines
261 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
if BUILD_QUEUE
QUEUE_DIR = zmq_queue
endif
SUBDIRS = $(FORWARDER_DIR) $(STREAMER_DIR) $(QUEUE_DIR)
DIST_SUBDIRS = zmq_forwarder zmq_streamer zmq_queue