diff options
author | Andreas Bille <abi@openoffice.org> | 2002-08-29 10:44:13 +0000 |
---|---|---|
committer | Andreas Bille <abi@openoffice.org> | 2002-08-29 10:44:13 +0000 |
commit | 885d8bb4ecf870b0efb9c2ba15f4ed3127200026 (patch) | |
tree | dba631605f747fb697df1e7b40e3c8a1e29a8c18 | |
parent | 466ecb80ad2f51136f6d9f03fb8170a6fac484c3 (diff) |
Changed to env-var CURLLIB
-rw-r--r-- | ucb/source/ucp/ftp/makefile.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ucb/source/ucp/ftp/makefile.mk b/ucb/source/ucp/ftp/makefile.mk index 5bcc15bddcdb..a377a57b2132 100644 --- a/ucb/source/ucp/ftp/makefile.mk +++ b/ucb/source/ucp/ftp/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: abi $ $Date: 2002-08-29 09:45:04 $ +# last change: $Author: abi $ $Date: 2002-08-29 11:44:13 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -70,8 +70,6 @@ NO_BSYMBOLIC=TRUE # Version UCPFTP_MAJOR=1 -CURLLIB = -lcurl - # --- Settings --------------------------------------------------------- .INCLUDE: settings.mk |