diff --git a/apps/Makefile b/apps/Makefile index d8aec40c..f9470590 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 + exclude_app_modules += mp3 examples py_sems xmlrpc2di gateway jsonrpc twit ifneq ($(USE_MONITORING), yes) exclude_app_modules += monitoring diff --git a/pkg/debian/rules b/pkg/debian/rules index af4d6d4e..3aad0a87 100755 --- a/pkg/debian/rules +++ b/pkg/debian/rules @@ -19,7 +19,7 @@ export DEB_BUILD_OPTIONS:="$(DEB_BUILD_OPTIONS) nostrip" PYTHON_MODULES=ivr conf_auth mailbox pin_collect -EXCLUDED_MODULES=gateway examples mp3 +EXCLUDED_MODULES=gateway examples mp3 twit EXCLUDED_DSM_MODULES=mod_aws EXCLUDED_DSM_PY_MODULES=mod_aws mod_py