From c7a456dffd4ed0bb2af482f8133541149b802d8e Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Thu, 16 Jul 2009 14:04:00 +0200 Subject: [PATCH] Re-enable building the adblock extension --- extensions/wscript_build | 3 --- 1 file changed, 3 deletions(-) diff --git a/extensions/wscript_build b/extensions/wscript_build index 751162ad..8f84a173 100644 --- a/extensions/wscript_build +++ b/extensions/wscript_build @@ -6,9 +6,6 @@ import os extensions = os.listdir ('extensions') for extension in extensions: - # 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)