[sr-dev] git:master: makefile: xmlops added to the excluded list

Andrei Pelinescu-Onciul andrei at iptel.org
Tue Sep 21 14:24:17 CEST 2010


Module: sip-router
Branch: master
Commit: 755251d7591a7df1765236511e3b47ac37b4537d
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=755251d7591a7df1765236511e3b47ac37b4537d

Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Sep 21 13:56:40 2010 +0200

makefile: xmlops added to the excluded list

Not compiled by default because it depends on libxml2.

---

 Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index c4cc1a9..4e36e93 100644
--- a/Makefile
+++ b/Makefile
@@ -294,6 +294,8 @@ else
 	exclude_modules+= app_lua
 	# depends on libpython-dev
 	exclude_modules+= app_python
+	# depends on libxml2
+	exclude_modules+= xmlops
 endif
 
 # always exclude the CVS dir




More information about the sr-dev mailing list