fix
[libpgclient.git] / src / Jamfile
blobdcc20d6c1d766df4316ea107bbafb942ed4abfa4
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 src ;
11 LIBPGCLIENT_SOURCES = [ Glob $(TOP)/src : "*.c" : names-only ] ;
13 Library libpgcli : $(LIBPGCLIENT_SOURCES) ;
15 if $(ARCH_LIB) {
16     InstallLib lib$(ARCH_LIB) : libpgcli.a ;
17 } else {
18     InstallLib lib : libpgcli.a ;