浏览代码

- oracle module added

Jan Janak 18 年之前
父节点
当前提交
6aeed6db59
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -105,7 +105,7 @@ module_group_stable=cpl-c dbtext jabber osp sms
 
 
 # Modules in this group are either not complete, untested, or without enough reports
 # 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
 # of usage to allow the module into the stable group. They may or may not have dependencies
-module_group_experimental=tls
+module_group_experimental=tls oracle
 
 
 # if not set on the cmd. line or the env, exclude the below modules.
 # if not set on the cmd. line or the env, exclude the below modules.
 ifneq ($(group_include),)
 ifneq ($(group_include),)
@@ -121,7 +121,7 @@ else
 							cpl-c \
 							cpl-c \
 							auth_radius group_radius uri_radius avp_radius \
 							auth_radius group_radius uri_radius avp_radius \
 							acc_radius dialog pa rls presence_b2b xcap xmlrpc\
 							acc_radius dialog pa rls presence_b2b xcap xmlrpc\
-							osp tls \
+							osp tls oracle \
 							unixsock eval
 							unixsock eval
 endif
 endif