Module: sip-router Branch: master Commit: 2685b26f7587172ad95f0e1e21114ebd483e6e5f URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2685b26f...
Author: Henning Westerholt hw@kamailio.org Committer: Henning Westerholt hw@kamailio.org Date: Wed Jul 4 22:24:33 2012 +0200
remove one redundant inclusion of casandra module in excluded modules
---
Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile index 2c4d3b2..86b59ea 100644 --- a/Makefile +++ b/Makefile @@ -303,7 +303,7 @@ else exclude_modules?= cpl mangler postgres jabber mysql cpl-c \ auth_radius misc_radius avp_radius uri_radius \ acc_radius pa rls presence_b2b xcap xmlrpc\ - osp tls oracle cassandra \ + osp tls oracle \ unixsock dbg print_lib auth_identity ldap \ db_berkeley db_mysql db_postgres db_oracle \ db_sqlite db_unixodbc db_cassandra memcached mi_xmlrpc \