diff --git a/SConstruct b/SConstruct index c3bc977..3cf2fb6 100644 --- a/SConstruct +++ b/SConstruct @@ -73,7 +73,7 @@ env.SConsignFile() subdirs = [ 'src', -'include/ucore', +'include', 'test', ] diff --git a/include/ucore/SConscript b/include/SConscript similarity index 85% rename from include/ucore/SConscript rename to include/SConscript index dfd44b2..ae716ba 100644 --- a/include/ucore/SConscript +++ b/include/SConscript @@ -4,7 +4,7 @@ Import('env', 'build_type', 'prefix', 'version_info') ucore_env = env.Clone() -headers = ucore_env.Glob('*.h') +headers = ucore_env.Glob('ucore/*.h') #install targets