Properly install gram.h on MSVC builds
authorMagnus Hagander <[email protected]>
Sun, 9 Jan 2011 14:38:08 +0000 (15:38 +0100)
committerMagnus Hagander <[email protected]>
Sun, 9 Jan 2011 14:38:54 +0000 (15:38 +0100)
This file is now needed by pgAdmin builds, which started
failing since it was missing in the installer builds.

src/tools/msvc/Install.pm

index 4a0ccb6b613641127a83a4152007dda1103d2819..c09dd6cd545c73dd0f75f2ce5068309327996e93 100644 (file)
@@ -410,6 +410,8 @@ sub CopyIncludeFiles
         $target . '/include/server/',
         'src/include/', 'pg_config.h', 'pg_config_os.h'
     );
+    CopyFiles('Grammar header', $target . '/include/server/parser/',
+             'src/backend/parser/', 'gram.h');
     CopySetOfFiles('', 
                                   [ glob( "src\\include\\*.h" ) ], 
                                   $target . '/include/server/');