Module: sip-router Branch: master Commit: a18873765fe7cbd08394f4f4e951f5056d8ea68d URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a1887376...
Author: Jon Bonilla manwe@aholab.ehu.es Committer: Jon Bonilla manwe@aholab.ehu.es Date: Sun Oct 2 07:54:01 2011 +0200
Makefile: Add async module
---
Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile index fd2069a..9c04af7 100644 --- a/Makefile +++ b/Makefile @@ -194,7 +194,7 @@ module_group_stable=cpl-c dbtext jabber osp sms pdb # Modules in this group are either not complete, untested, or without enough # reports of usage to allow the module into the stable group. They may or may # not have dependencies -module_group_experimental=tls oracle iptrtpproxy ndb_redis +module_group_experimental=tls oracle iptrtpproxy ndb_redis async
@@ -308,7 +308,7 @@ else presence_dialoginfo presence_xml pua pua_bla \ pua_dialoginfo pua_usrloc pua_xmpp \ regex xcap_client xcap_server presence_conference \ - presence_reginfo pua_reginfo + presence_reginfo pua_reginfo async #excluded because they depend on external *.h files exclude_modules+= h350 # excluded because they do not compile (remove them only after they are