~ubuntu-branches/ubuntu/trusty/postgresql-9.3/trusty-proposed

« back to all changes in this revision

Viewing changes to src/tools/msvc/Install.pm

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2016-03-31 11:04:53 UTC
  • mfrom: (1.1.11) (18.1.4 trusty-security)
  • Revision ID: package-import@ubuntu.com-20160331110453-h6xfs9f11suj3mze
Tags: 9.3.12-0ubuntu0.14.04
* New upstream bug fix release. (LP: #1564268)
  - See http://www.postgresql.org/about/news/1656/ for details.

Show diffs side-by-side

added added

removed removed

Lines of Context:
499
499
                'Public headers', $target . '/include/',
500
500
                'src/include/',   'postgres_ext.h',
501
501
                'pg_config.h',    'pg_config_ext.h',
502
 
                'pg_config_os.h', 'pg_config_manual.h');
 
502
                'pg_config_os.h', 'dynloader.h', 'pg_config_manual.h');
503
503
        lcopy('src/include/libpq/libpq-fs.h', $target . '/include/libpq/')
504
504
          || croak 'Could not copy libpq-fs.h';
505
505
 
522
522
        CopyFiles(
523
523
                'Server headers',
524
524
                $target . '/include/server/',
525
 
                'src/include/', 'pg_config.h', 'pg_config_ext.h', 'pg_config_os.h');
 
525
                'src/include/', 'pg_config.h', 'pg_config_ext.h', 'pg_config_os.h',
 
526
                'dynloader.h');
526
527
        CopyFiles(
527
528
                'Grammar header',
528
529
                $target . '/include/server/parser/',