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

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


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

Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Sep 21 14:48:19 2010 +0200

makefile: xcap_server added to the excluded list

Not compiled by default because it depends on libxml2.

---

 Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 4e36e93..7cb480a 100644
--- a/Makefile
+++ b/Makefile
@@ -176,7 +176,7 @@ module_group_radius=acc_radius auth_radius misc_radius avp_radius uri_radius \
 # kamailio modules
 module_group_presence=presence presence_dialoginfo presence_mwi presence_xml \
 						pua pua_bla pua_dialoginfo pua_mi pua_usrloc pua_xmpp \
-						rls xcap_client
+						rls xcap_client xcap_server
 #ser modules
 module_group_presence+=dialog presence_b2b xcap
 # obsolete/unmaintained ser modules
@@ -258,7 +258,7 @@ module_group_ktls=tls
 # K presence modules
 module_group_kpresence=presence presence_dialoginfo presence_mwi presence_xml \
 						pua pua_bla pua_dialoginfo pua_mi pua_usrloc pua_xmpp \
-						rls xcap_client
+						rls xcap_client xcap_server
 
 # if not set on the cmd. line, env or in the modules.lst (cfg_group_include)
 # exclude the below modules.
@@ -282,7 +282,7 @@ else
 							dialplan lcr utils presence presence_mwi \
 							presence_dialoginfo presence_xml pua pua_bla \
 							pua_dialoginfo pua_usrloc pua_xmpp \
-							regex xcap_client
+							regex xcap_client xcap_server
 	#excluded because they depend on external *.h files
 	exclude_modules+= h350
 	# excluded because they do not compile (remove them only after they are




More information about the sr-dev mailing list