diff options
| author | Carl C. Trieloff <cctrieloff@apache.org> | 2008-10-15 17:05:31 +0000 |
|---|---|---|
| committer | Carl C. Trieloff <cctrieloff@apache.org> | 2008-10-15 17:05:31 +0000 |
| commit | 4dcb9f24c884a3ee559b60b6d48f070c9d2287e9 (patch) | |
| tree | c2cb7340cde6f80eca0ab0bf59e2101e6bcf85e5 /qpid/cpp/src/xml.mk | |
| parent | a4fd313c939484dcf157effcfa12cfeb02c264e1 (diff) | |
| download | qpid-python-4dcb9f24c884a3ee559b60b6d48f070c9d2287e9.tar.gz | |
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
Diffstat (limited to 'qpid/cpp/src/xml.mk')
| -rw-r--r-- | qpid/cpp/src/xml.mk | 10 |
1 files changed, 10 insertions, 0 deletions
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) |
