From 66b67fbdf2b047ef7adb8ec018a6fe89dd9cbfca Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Fri, 12 Mar 2010 18:58:29 +0100 Subject: devices are built unconditionally --- devices/Makefile.am | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'devices') 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 -- cgit v1.2.3