diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-03-31 09:39:54 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-03-31 09:39:54 (GMT) |
commit | 1fff697f8a6f6ff009fc7b23b212a941cfedaf6c (patch) | |
tree | 45d274fd72ebd86c955acf197fd4ed0821df1360 /Makefile.pre.in | |
parent | 068a1e208f272d01415ecc511fe9e97c92636a90 (diff) | |
download | cpython-1fff697f8a6f6ff009fc7b23b212a941cfedaf6c.zip cpython-1fff697f8a6f6ff009fc7b23b212a941cfedaf6c.tar.gz cpython-1fff697f8a6f6ff009fc7b23b212a941cfedaf6c.tar.bz2 |
Lib/plat-mac/lib-scriptpackages/SystemEvents added.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index f8bcc92..5313030 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -627,6 +627,7 @@ PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \ plat-mac/lib-scriptpackages/Finder \ plat-mac/lib-scriptpackages/Netscape \ plat-mac/lib-scriptpackages/StdSuites \ + plat-mac/lib-scriptpackages/SystemEvents \ plat-mac/lib-scriptpackages/Terminal PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages LIBSUBDIRS= lib-old lib-tk site-packages test test/output test/data \ |