[Netadm-devel] gwc Makefile.tmpl,1.4,1.5
Status: Beta
Brought to you by:
linuxpark
From: linuxpark <lin...@us...> - 2006-04-23 06:53:35
|
Update of /cvsroot/netadm/gwc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24437 Modified Files: Makefile.tmpl Log Message: MOD: rename library from libsys.a to libnetadm.a Index: Makefile.tmpl =================================================================== RCS file: /cvsroot/netadm/gwc/Makefile.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile.tmpl 6 Apr 2006 15:15:47 -0000 1.4 --- Makefile.tmpl 23 Apr 2006 06:53:29 -0000 1.5 *************** *** 36,40 **** # LIB macro LDSOCK = -lsocket ! LIBAPC = ../gwclib/libsys.a LIBSNMP = ../elib/libsnmp.a LIBSSL = ../elib/libcrypto.a ../elib/libssl.a --- 36,40 ---- # LIB macro LDSOCK = -lsocket ! LIBAPC = ../gwclib/libnetadm.a LIBSNMP = ../elib/libsnmp.a LIBSSL = ../elib/libcrypto.a ../elib/libssl.a |