]> spindle.queued.net Git - midori/commitdiff
Disable building of adblock again, it's still not ready
authorChristian Dywan <christian@twotoasts.de>
Sun, 19 Jul 2009 16:59:30 +0000 (18:59 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sun, 19 Jul 2009 16:59:30 +0000 (18:59 +0200)
extensions/wscript_build

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