commit | 1a2df6ab482841d2c8808caadbd8544d7c48b69b | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Aug 17 13:21:51 2012 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Sep 04 00:00:50 2012 -0700 |
tree | c6223bc2853e909b90b94dd325715130fd2a88d0 | |
parent | 31cb46919254ca98805993c44d855162c74c094f [diff] [blame] |
Small reorganization of utils/ folder contents
diff --git a/wscript b/wscript index 39699be..8f2e59f 100644 --- a/wscript +++ b/wscript
@@ -58,7 +58,7 @@ module.source = bld.path.ant_glob(['model/**/*.cc', 'apps/*.cc', - 'utils/*.cc', + 'utils/**/*.cc', 'helper/**/*.cc', ])