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:08 +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 7bdc2b8cbdf2af7c16a0b715e5698417bf640b05..ce6359d5845a981a338800281bf550d450680be9 100644 (file)
@@ -416,6 +416,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/');