X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Flibldap%2FMakefile.in;h=0ae884ddb1da73139533edf2b2a3f6c373f8cf49;hb=55dba4395f81f75ad8f247d3c0fad7119fe1ea9d;hp=52e88b82da4bae9bc110be03fac1922f89f7eee4;hpb=50dafec453305eb9668669c2c7d333aa20d89458;p=openldap diff --git a/libraries/libldap/Makefile.in b/libraries/libldap/Makefile.in index 52e88b82da..0ae884ddb1 100644 --- a/libraries/libldap/Makefile.in +++ b/libraries/libldap/Makefile.in @@ -1,5 +1,5 @@ # $OpenLDAP$ -## Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. +## Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved. ## COPYING RESTRICTIONS APPLY, see COPYRIGHT file ## ## Makefile.in for LDAP -lldap @@ -15,9 +15,9 @@ SRCS = bind.c open.c result.c error.c compare.c search.c \ getfilter.c sasl.c sbind.c kbind.c unbind.c friendly.c cldap.c \ free.c disptmpl.c srchpref.c dsparse.c tmplout.c sort.c \ getdn.c getentry.c getattr.c getvalues.c addentry.c \ - request.c getdxbyname.c os-ip.c url.c charset.c \ + request.c os-ip.c url.c sortctrl.c vlvctrl.c \ init.c options.c print.c string.c util-int.c schema.c \ - charray.c digest.c tls.c dn.c os-local.c dnssrv.c \ + charray.c tls.c dn.c os-local.c dnssrv.c \ utf-8.c OBJS = bind.lo open.lo result.lo error.lo compare.lo search.lo \ controls.lo messages.lo references.lo extended.lo \ @@ -25,9 +25,9 @@ OBJS = bind.lo open.lo result.lo error.lo compare.lo search.lo \ getfilter.lo sasl.lo sbind.lo kbind.lo unbind.lo friendly.lo cldap.lo \ free.lo disptmpl.lo srchpref.lo dsparse.lo tmplout.lo sort.lo \ getdn.lo getentry.lo getattr.lo getvalues.lo addentry.lo \ - request.lo getdxbyname.lo os-ip.lo url.lo charset.lo \ + request.lo os-ip.lo url.lo sortctrl.lo vlvctrl.lo \ init.lo options.lo print.lo string.lo util-int.lo schema.lo \ - charray.lo digest.lo tls.lo dn.lo os-local.lo dnssrv.lo \ + charray.lo tls.lo dn.lo os-local.lo dnssrv.lo \ utf-8.lo LDAP_INCDIR= ../../include @@ -35,16 +35,18 @@ LDAP_LIBDIR= ../../libraries XLIBS = -lldap -llber -llutil XXLIBS = $(SECURITY_LIBS) $(TLS_LIBS) -UNIX_XXLIBS = $(XXLIBS) LINKAGE = @LT_LIB_LINKAGE@ -NT_DYN_LIB_LIBS = -llber $(AC_LIBS) +NT_DYN_LIB_LIBS = -llber -llutil $(AC_LIBS) NT_DYN_LIB_DEFS = -DLIBLBER_DECL=dllimport NT_DYN_TEST_DEFS = -DLIBLBER_DECL=dllimport -DLIBLDAP_DECL=dllimport NT_XXLIBS = $(SECURITY_LIBS) +UNIX_DYN_LIB_LIBS = -llber $(AC_LIBS) +UNIX_XXLIBS = $(SECURITY_LIBS) + # Extras for building the library EXTRA_DEFS = $(@PLAT@_@LIB_LINKAGE@_LIB_DEFS) EXTRA_LIBS = $(@PLAT@_@LIB_LINKAGE@_LIB_LIBS) $(@PLAT@_XXLIBS)