From fa6bf24d8030b0e54fd25b167064482e4cf08a36 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sun, 13 Dec 2009 14:45:23 +0100 Subject: XREP & XREQ socket types added; zmq_queue device added --- devices/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'devices/Makefile.am') diff --git a/devices/Makefile.am b/devices/Makefile.am index ab18976..4f20456 100644 --- a/devices/Makefile.am +++ b/devices/Makefile.am @@ -6,5 +6,9 @@ if BUILD_STREAMER STREAMER_DIR = zmq_streamer endif -SUBDIRS = $(FORWARDER_DIR) $(STREAMER_DIR) -DIST_SUBDIRS = zmq_forwarder zmq_streamer +if BUILD_QUEUE +QUEUE_DIR = zmq_queue +endif + +SUBDIRS = $(FORWARDER_DIR) $(STREAMER_DIR) $(QUEUE_DIR) +DIST_SUBDIRS = zmq_forwarder zmq_streamer zmq_queue -- cgit v1.2.3