summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorCarl C. Trieloff <cctrieloff@apache.org>2008-10-16 02:07:02 +0000
committerCarl C. Trieloff <cctrieloff@apache.org>2008-10-16 02:07:02 +0000
commit867195e7fc4b5c03038cb16eaab7efd5156071e9 (patch)
tree4962db5f969ec3a1054063f3a93173a091e20aeb /cpp/src
parent708790b9914b97404974860f0b801b720dd7a0ec (diff)
downloadqpid-python-867195e7fc4b5c03038cb16eaab7efd5156071e9.tar.gz
enable build without xml installed
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@705120 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am
index 699af084fc..c63b98b18d 100644
--- a/cpp/src/Makefile.am
+++ b/cpp/src/Makefile.am
@@ -117,7 +117,9 @@ cmodule_LTLIBRARIES =
include cluster.mk
include acl.mk
include qmf.mk
+if HAVE_XML
include xml.mk
+endif
if RDMA