blob: f061cc4700e7e30c38d218ea017f4ec124a7c3c1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# file : build/export.build
# copyright : Copyright (c) 2016-2017 Code Synthesis Ltd
# license : PostgreSQL License; see accompanying COPYRIGHT file
$out_root/
{
include libpq/
}
export $out_root/libpq/lib{pq}
|