On Thu, Jun 10, 2010 at 18:18, Greg Stein <[email protected]> wrote: > On Thu, Jun 10, 2010 at 08:37, <[email protected]> wrote: >>... >> +++ subversion/trunk/build/generator/gen_win.py Thu Jun 10 12:37:23 2010 >> @@ -1151,10 +1151,12 @@ class WinGeneratorBase(GeneratorBase): >> self.move_proj_file(self.serf_path, name, >> (('serf_sources', >> glob.glob(os.path.join(serf_path, '*.c')) >> + + glob.glob(os.path.join(serf_path, 'auth', >> '*.c')) >> + glob.glob(os.path.join(serf_path, 'buckets', >> '*.c'))), >> ('serf_headers', >> glob.glob(os.path.join(serf_path, '*.h')) >> + + glob.glob(os.path.join(serf_path, 'auth', >> '*.c')) > > *.h maybe? :-) > You're right as usual! Fixed in r953456.
-- Ivan Zhakov VisualSVN Team

