]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added imgpbm and imgsgi
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 12 Oct 1995 10:34:31 +0000 (10:34 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 12 Oct 1995 10:34:31 +0000 (10:34 +0000)
Mac/scripts/ConfigurePython.py

index 6fd222ee9e73f52ee1186ec7254fbfc39f138301..8ecd9825a30f70edc568a787e890f78c25467be5 100644 (file)
@@ -89,9 +89,11 @@ goals = [
        ("imggif.slb", "imgmodules.slb"),
        ("imgjpeg.slb", "imgmodules.slb"),
        ("imgop.slb", "imgmodules.slb"),
+       ("imgpbm.slb", "imgmodules.slb"),
        ("imgpgm.slb", "imgmodules.slb"),
        ("imgppm.slb", "imgmodules.slb"),
-       ("imgtiff.slb", "imgmodules.slb")
+       ("imgtiff.slb", "imgmodules.slb"),
+       ("imgsgi.slb", "imgmodules.slb")
 ]