Move include/ucore/SConstruct to include/

This commit is contained in:
Nils O. Selåsdal
2012-12-14 20:23:41 +01:00
parent 49233a3d8d
commit 134a04d478
2 changed files with 2 additions and 2 deletions
-13
View File
@@ -1,13 +0,0 @@
import os
Import('env', 'build_type', 'prefix', 'version_info')
ucore_env = env.Clone()
headers = ucore_env.Glob('*.h')
#install targets
ucore_env.Alias('install',
ucore_env.InstallPerm(os.path.join(prefix, 'include', 'ucore'), headers, 0644))