diff options
Diffstat (limited to 'devices')
-rw-r--r-- | devices/Makefile.am | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/devices/Makefile.am b/devices/Makefile.am index 4f20456..85fe596 100644 --- a/devices/Makefile.am +++ b/devices/Makefile.am @@ -1,14 +1,3 @@ -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) +SUBDIRS = zmq_forwarder zmq_streamer zmq_queue DIST_SUBDIRS = zmq_forwarder zmq_streamer zmq_queue |