diff --git a/Lib/distutils/command/__init__.py b/Lib/distutils/command/__init__.py index d2b37a8ce1d..b7973c6142d 100644 --- a/Lib/distutils/command/__init__.py +++ b/Lib/distutils/command/__init__.py @@ -8,9 +8,9 @@ __revision__ = "$Id$" __all__ = ['build', 'build_py', 'build_ext', + 'build_clib', 'install', - 'install_py', - 'install_ext', + 'install_lib', 'clean', 'sdist', ]