Module: sip-router Branch: master Commit: 754853be86112f52f2b7f1d4ea0a0317d6c1e324 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=754853be86112f52f2b7f1d4ea0a0317d6c1e324
Author: Henning Westerholt <[email protected]> Committer: Henning Westerholt <[email protected]> Date: Wed Jul 4 22:22:26 2012 +0200 add cdp module to excluded modules, as its depends on libxml --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 44f5a68..2c4d3b2 100644 --- a/Makefile +++ b/Makefile @@ -308,7 +308,7 @@ else db_berkeley db_mysql db_postgres db_oracle \ db_sqlite db_unixodbc db_cassandra memcached mi_xmlrpc \ perl perlvdb purple \ - snmpstats xmpp \ + snmpstats xmpp cdp \ carrierroute peering \ dialplan lcr utils presence presence_mwi \ presence_dialoginfo presence_xml pua pua_bla \ _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
