]> spindle.queued.net Git - midori/commitdiff
Re-enable building the adblock extension
authorChristian Dywan <christian@twotoasts.de>
Thu, 16 Jul 2009 12:04:00 +0000 (14:04 +0200)
committerChristian Dywan <christian@twotoasts.de>
Thu, 16 Jul 2009 12:04:00 +0000 (14:04 +0200)
extensions/wscript_build

index 751162adf4e8096c2db798ecf2b067ba71426f81..8f84a1735bdceca45073c58ac5b8c286196ee3a6 100644 (file)
@@ -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)