diff options
author | Steven Knight <knight@baldmt.com> | 2004-08-19 14:31:08 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-08-19 14:31:08 (GMT) |
commit | 54ab855472b0531494222d684fdeed5d0cabc764 (patch) | |
tree | 5995906b1eae9e090266593db48466cd330c5a39 /src/engine | |
parent | d46e54c513203adf47bf4e3f12970522dee547af (diff) | |
download | SCons-54ab855472b0531494222d684fdeed5d0cabc764.zip SCons-54ab855472b0531494222d684fdeed5d0cabc764.tar.gz SCons-54ab855472b0531494222d684fdeed5d0cabc764.tar.bz2 |
Add darwin.py to the packaging MANIFEST.
Diffstat (limited to 'src/engine')
-rw-r--r-- | src/engine/MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/MANIFEST.in b/src/engine/MANIFEST.in index 373279e..c9effcf 100644 --- a/src/engine/MANIFEST.in +++ b/src/engine/MANIFEST.in @@ -27,6 +27,7 @@ SCons/Options/PathOption.py SCons/Platform/__init__.py SCons/Platform/aix.py SCons/Platform/cygwin.py +SCons/Platform/darwin.py SCons/Platform/hpux.py SCons/Platform/irix.py SCons/Platform/os2.py |