exclude twit app from building and debian package

due to twitter's change to OAuth and twyt not supporting it,
it is not working properly anyway
sayer/1.4-spce2.6
Stefan Sayer 15 years ago
parent f387b4c0d9
commit 5e6a2d4a80

@ -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

@ -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

Loading…
Cancel
Save