From 80f6823cacf6f018cbe0d86198afa23be71f991f Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 1 Feb 2010 07:57:32 +0000 Subject: Added build configuration and dependencies for chat and queue components. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905203 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/components/queue/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'sca-cpp/trunk/components/queue/Makefile.am') diff --git a/sca-cpp/trunk/components/queue/Makefile.am b/sca-cpp/trunk/components/queue/Makefile.am index b2a9b3819e..cee3ce7820 100644 --- a/sca-cpp/trunk/components/queue/Makefile.am +++ b/sca-cpp/trunk/components/queue/Makefile.am @@ -17,4 +17,15 @@ if WANT_QUEUE +INCLUDES = -I${QPIDC_INCLUDE} + +compdir=$(prefix)/components/queue +comp_LTLIBRARIES = libqueue-sender.la libqueue-listener.la + +libqueue_sender_la_SOURCES = queue-sender.cpp +libqueue_sender_la_LDFLAGS = -L${QPIDC_LIB} -R${QPIDC_LIB} -lqpidclient + +libqueue_listener_la_SOURCES = queue-listener.cpp +libqueue_listener_la_LDFLAGS = -L${QPIDC_LIB} -R${QPIDC_LIB} -lqpidclient + endif -- cgit v1.2.3