fix
[libpgclient.git] / util / Jamfile
blob53a5db88496eaa1613aabba64db897d756c530cc
1 #Copyright (c) Brian B.
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 3 of the License, or (at your option) any later version.
7 # See the file LICENSE included with this distribution for more
8 # information.
9 SubDir TOP util ;
11 Main pgsql : pgsql.c pgsql_cmd.c linenoise.c ;
12 LinkLibraries pgsql : libpgcli.a ;