From 5e6a2d4a801035fe6c60dfd444fa4a106ec83ed0 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Fri, 22 Jul 2011 14:11:14 +0200 Subject: [PATCH] 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 --- apps/Makefile | 2 +- pkg/debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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