[sr-dev] git:master: make: excluded more modules by default

Andrei Pelinescu-Onciul andrei at iptel.org
Wed Jun 24 20:07:22 CEST 2009


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

Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Jun 24 19:50:06 2009 +0200

make: excluded more modules by default

Excluded more modules which either require external libraries or
external includes to compile.
New modules on the exclude_modules list: perl, dialplan, lcr,
utils, presence, presence_dialoginfo, presence_xml, pua, pua_bla,
pua_dialoginfo, pua_usrloc, pua_xmpp, regex, xcap_client, h350.

---

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

diff --git a/Makefile b/Makefile
index dc17c9e..2bc4162 100644
--- a/Makefile
+++ b/Makefile
@@ -183,6 +183,7 @@ ifneq ($(group_include)$(cfg_group_include),)
 	exclude_modules?=
 else
 	# Old defaults for backwards compatibility
+	# excluded because they depend on external libraries
 	exclude_modules?= 		cpl mangler postgres jabber mysql cpl-c \
 							auth_radius uri_radius avp_radius \
 							acc_radius dialog pa rls presence_b2b xcap xmlrpc\
@@ -190,9 +191,15 @@ else
 							unixsock dbg print_lib auth_identity ldap \
 							db_berkeley db_mysql db_postgres db_oracle \
 							db_unixodbc memcached mi_xmlrpc \
-							nat_traversal perlvdb purple seas siptrace \
+							nat_traversal perl perlvdb purple seas siptrace \
 							snmpstats uac_redirect xmpp \
-							carrierroute misc_radius peering
+							carrierroute misc_radius peering \
+							dialplan lcr utils presence \
+							presence_dialoginfo presence_xml pua pua_bla \
+							pua_dialoginfo pua_usrloc pua_xmpp \
+							regex xcap_client
+	#excluded because they depend on external *.h files
+	exclude_modules+= h350
 	# excluded because they do not compile (remove them only after they are
 	#  fixed) -- andrei
 	exclude_modules+= avpops  bdb dbtext iptrtpproxy pa rls




More information about the sr-dev mailing list