Module: sip-router Branch: master Commit: 35a427c6d452477478228885e1b2a2104633ce5d URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=35a427c6d452477478228885e1b2a2104633ce5d
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: Fri Dec 21 11:10:20 2012 +0100 Makefile: db2_ldap added to excluded modules list --- Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4d22414..be04c68 100644 --- a/Makefile +++ b/Makefile @@ -250,7 +250,7 @@ module_group_kcarrierroute=carrierroute module_group_kberkeley=db_berkeley # K ldap modules -module_group_kldap=ldap h350 +module_group_kldap=ldap db2_ldap h350 # K utils module module_group_kutils=utils @@ -307,7 +307,7 @@ else auth_radius misc_radius avp_radius uri_radius \ acc_radius pa rls presence_b2b xcap xmlrpc\ osp tls oracle \ - unixsock dbg print_lib auth_identity ldap \ + unixsock dbg print_lib auth_identity db2_ldap ldap \ db_berkeley db_mysql db_postgres db_oracle \ db_sqlite db_unixodbc db_cassandra memcached mi_xmlrpc \ perl perlvdb purple \ _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
