This commit is contained in:
Thomas Nagy 2011-10-03 19:18:28 +02:00
parent 15421bb6c6
commit d5fcbdd5aa
1 changed files with 1 additions and 1 deletions

View File

@ -78,5 +78,5 @@ def dynamic_post(self):
self.source.extend(self.path.get_bld().ant_glob(self.dynamic_source))
# if headers are created dynamically, assign signatures manually:
# for x in self.path.get_bld().ant_glob('*.h'): x.sig = Utils.md5(x.abspath())
# for x in self.path.get_bld().ant_glob('**/*.h'): x.sig = Utils.h_file(x.abspath())