commit | dca091ae71a1074598277208d241447697a49d51 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 01 20:51:27 2015 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 06 18:39:06 2015 -0800 |
tree | b0f9d100dba9cdea94a7526208f35560c8f240cc | |
parent | da904f26bdc3d1e98b4cc2f53631230279b85a88 [diff] [blame] |
utils: Fix compilation of topology readers
diff --git a/wscript b/wscript index 0f078ca..0c97fc7 100644 --- a/wscript +++ b/wscript
@@ -84,8 +84,7 @@ module_dirs = ['NFD', 'apps', 'helper', 'model', 'utils'] module.source = bld.path.ant_glob(['%s/**/*.cpp' % dir for dir in module_dirs], - excl=['model/ip-faces/*', - 'utils/topology/*']) + excl=['model/ip-faces/*']) module.full_headers = [p.path_from(bld.path) for p in bld.path.ant_glob( ['%s/**/*.hpp' % dir for dir in module_dirs])]