From 4dcb9f24c884a3ee559b60b6d48f070c9d2287e9 Mon Sep 17 00:00:00 2001 From: "Carl C. Trieloff" Date: Wed, 15 Oct 2008 17:05:31 +0000 Subject: QPID-1341 from Jonathan - Patch applied for Jonathan - Made the following changes - added PreRoute for route() for sequencing - changed xmlexchange form struct to class - added xml.so to verify script - removed two unsed files. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@704962 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/xml.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 qpid/cpp/src/xml.mk (limited to 'qpid/cpp/src/xml.mk') diff --git a/qpid/cpp/src/xml.mk b/qpid/cpp/src/xml.mk new file mode 100644 index 0000000000..011e34e576 --- /dev/null +++ b/qpid/cpp/src/xml.mk @@ -0,0 +1,10 @@ +dmodule_LTLIBRARIES += xml.la + +xml_la_SOURCES = \ + qpid/xml/XmlExchange.cpp \ + qpid/xml/XmlExchange.h \ + qpid/xml/XmlExchangePlugin.cpp + +xml_la_LIBADD = -lxerces-c -lxqilla libqpidbroker.la + +xml_la_LDFLAGS = $(PLUGINLDFLAGS) -- cgit v1.2.1