diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-03-12 18:58:29 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-03-12 18:58:29 +0100 |
commit | 66b67fbdf2b047ef7adb8ec018a6fe89dd9cbfca (patch) | |
tree | 109d8d7577e77dee0e3c013c32a05ec899dfb4a5 /devices | |
parent | 430aa533347dcbca57857d318a6898f480967cba (diff) |
devices are built unconditionally
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 |