X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Flibldap%2FMakefile.in;h=cd902c99dc9aa038db76a5317a16d0484c42afec;hb=59e9ff6243465640956b58ad1756a3ede53eca7c;hp=29a84fb10df8aaa9095a3bc34a4d0bd46548f1a9;hpb=96fd7f2396d9ea3d2c1003b4a3626e212305d42b;p=openldap diff --git a/libraries/libldap/Makefile.in b/libraries/libldap/Makefile.in index 29a84fb10d..cd902c99dc 100644 --- a/libraries/libldap/Makefile.in +++ b/libraries/libldap/Makefile.in @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2015 The OpenLDAP Foundation. +## Copyright 1998-2018 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -28,7 +28,7 @@ SRCS = bind.c open.c result.c error.c compare.c search.c \ charray.c os-local.c dnssrv.c utf-8.c utf-8-conv.c \ tls2.c tls_o.c tls_g.c tls_m.c \ turn.c ppolicy.c dds.c txn.c ldap_sync.c stctrl.c \ - assertion.c deref.c ldifutil.c ldif.c fetch.c + assertion.c deref.c ldifutil.c ldif.c fetch.c lbase64.c OBJS = bind.lo open.lo result.lo error.lo compare.lo search.lo \ controls.lo messages.lo references.lo extended.lo cyrus.lo \ @@ -41,7 +41,7 @@ OBJS = bind.lo open.lo result.lo error.lo compare.lo search.lo \ charray.lo os-local.lo dnssrv.lo utf-8.lo utf-8-conv.lo \ tls2.lo tls_o.lo tls_g.lo tls_m.lo \ turn.lo ppolicy.lo dds.lo txn.lo ldap_sync.lo stctrl.lo \ - assertion.lo deref.lo ldifutil.lo ldif.lo fetch.lo + assertion.lo deref.lo ldifutil.lo ldif.lo fetch.lo lbase64.lo LDAP_INCDIR= ../../include LDAP_LIBDIR= ../../libraries