summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorCarl C. Trieloff <cctrieloff@apache.org>2008-10-15 17:05:31 +0000
committerCarl C. Trieloff <cctrieloff@apache.org>2008-10-15 17:05:31 +0000
commit4dcb9f24c884a3ee559b60b6d48f070c9d2287e9 (patch)
treec2cb7340cde6f80eca0ab0bf59e2101e6bcf85e5 /qpid/cpp/src/Makefile.am
parenta4fd313c939484dcf157effcfa12cfeb02c264e1 (diff)
downloadqpid-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/Makefile.am')
-rw-r--r--qpid/cpp/src/Makefile.am13
1 files changed, 1 insertions, 12 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am
index cde2847728..37fa6b50d6 100644
--- a/qpid/cpp/src/Makefile.am
+++ b/qpid/cpp/src/Makefile.am
@@ -115,6 +115,7 @@ cmodule_LTLIBRARIES =
include cluster.mk
include acl.mk
include qmf.mk
+include xml.mk
# The logger library uses boost::date_time to format time.
# We have to disable the unused parameters warning to get around
@@ -285,9 +286,6 @@ libqpidcommon_la_SOURCES = \
qpid/pointer_to_other.h
libqpidbroker_la_LIBADD = libqpidcommon.la -luuid
-if HAVE_XML
-libqpidbroker_la_LIBADD += -lxerces-c -lxqilla
-endif
if HAVE_SASL
libqpidbroker_la_LIBADD += -lsasl2
endif
@@ -360,11 +358,6 @@ libqpidbroker_la_SOURCES = \
qpid/management/ManagementExchange.cpp \
qpid/sys/TCPIOPlugin.cpp
-if HAVE_XML
-libqpidbroker_la_SOURCES += qpid/broker/XmlExchange.cpp
-endif
-
-
libqpidclient_la_LIBADD = libqpidcommon.la -luuid
libqpidclient_la_SOURCES = \
@@ -637,10 +630,6 @@ nobase_include_HEADERS = \
qpid/sys/TimeoutHandler.h \
qpid/sys/uuid.h
-if HAVE_XML
-nobase_include_HEADERS += qpid/broker/XmlExchange.h
-endif
-
# Force build of qpidd during dist phase so help2man will work.
dist-hook: $(BUILT_SOURCES)
$(MAKE) qpidd