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/chat/Makefile.am | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'sca-cpp/trunk/components/chat/Makefile.am') diff --git a/sca-cpp/trunk/components/chat/Makefile.am b/sca-cpp/trunk/components/chat/Makefile.am index 09cb5fa26a..ea63a475e2 100644 --- a/sca-cpp/trunk/components/chat/Makefile.am +++ b/sca-cpp/trunk/components/chat/Makefile.am @@ -15,6 +15,17 @@ # specific language governing permissions and limitations # under the License. -if WANT_STORE +if WANT_CHAT + +INCLUDES = -I${LIBSTROPHE_INCLUDE} + +compdir=$(prefix)/components/chat +comp_LTLIBRARIES = libchat-sender.la libchat-listener.la + +libchat_sender_la_SOURCES = chat-sender.cpp +libchat_sender_la_LDFLAGS = -L${LIBSTROPHE_LIB} -R${LIBSTROPHE_LIB} -lstrophe -lexpat -lssl -lresolv + +libchat_listener_la_SOURCES = chat-listener.cpp +libchat_listener_la_LDFLAGS = -L${LIBSTROPHE_LIB} -R${LIBSTROPHE_LIB} -lstrophe -lexpat -lssl -lresolv endif -- cgit v1.2.3