Module: sems Branch: master Commit: c6087cd7e4c483f9b7c149d82c72e41713d16aee URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=c6087cd7e4c483f9b7c149d82c72e41713d16aee
Author: Vladimir Broz <[email protected]> Committer: Vladimir Broz <[email protected]> Date: Tue Mar 12 13:10:42 2013 +0100 do not exclude xmlrpc2di module --- apps/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/apps/Makefile b/apps/Makefile index 3de7d77..42b0509 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -23,7 +23,7 @@ else ifneq ($(local_exclude_app_modules),) exclude_app_modules = $(local_exclude_app_modules) else - exclude_app_modules += mp3 examples py_sems xmlrpc2di gateway jsonrpc twit db_reg_agent + exclude_app_modules += mp3 examples py_sems gateway jsonrpc twit db_reg_agent ifneq ($(USE_MONITORING), yes) exclude_app_modules += monitoring _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
