pgbench: Attempt fix build on Windows

This commit is contained in:
Peter Eisentraut 2015-04-13 15:32:57 -04:00
parent b5213e14a4
commit d577bb868d
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ my $frontend_extraincludes = {
my $frontend_extrasource = {
'psql' => ['src\bin\psql\psqlscan.l'],
'pgbench' =>
[ 'contrib\pgbench\exprscan.l', 'contrib\pgbench\exprparse.y' ],
[ 'src\bin\pgbench\exprscan.l', 'src\bin\pgbench\exprparse.y' ],
};
my @frontend_excludes =
('pgevent', 'pg_basebackup', 'pg_rewind', 'pg_dump', 'scripts');