From 7275ea3a6ae068b4df1d18d374011506ec72ec94 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Thu, 28 May 2009 23:16:13 +0200 Subject: [PATCH] Disable adblock, it's incomplete and not ready for release --- extensions/wscript_build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extensions/wscript_build b/extensions/wscript_build index ae26cc50..2efe559d 100644 --- a/extensions/wscript_build +++ b/extensions/wscript_build @@ -7,6 +7,9 @@ for extension in extensions: # Tab Panel isn't useful at this point if extension == 'tab-panel': continue + # Adblock is incomplete and not ready for release + if extension == 'adblock.c': + continue folder = 'extensions' + os.sep + extension if os.path.isdir (folder): files = os.listdir (folder)