Added 'install_headers' command to install C/C++ header files.

This commit is contained in:
Greg Ward 2000-05-27 01:25:16 +00:00
parent 847a9968e9
commit aa0e77115f
2 changed files with 41 additions and 0 deletions

View file

@ -12,6 +12,7 @@ __all__ = ['build',
'build_scripts',
'install',
'install_lib',
'install_headers',
'install_scripts',
'install_data',
'clean',