blob: 901bae7a5648b992d2792f49a02cf91bab86c419 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# could use install_data's preserve_path option in >=0.64.0
install_data(
'PostgreSQL/Version.pm',
install_dir: dir_pgxs / 'src/test/perl/PostgreSQL')
install_data(
'PostgreSQL/Test/Utils.pm',
'PostgreSQL/Test/SimpleTee.pm',
'PostgreSQL/Test/RecursiveCopy.pm',
'PostgreSQL/Test/Cluster.pm',
install_dir: dir_pgxs / 'src/test/perl/PostgreSQL/Test')
|