X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Flibldap_r%2FMakefile.in;h=2110fd4eaf3212b4d4bede562f85d57f4d556509;hb=91ebfc82ea75dee6b9751353c39220b8236f496e;hp=e09b67e4e765ceacf3470df7ba5712a57122b38f;hpb=36b9c2a33962d698e1cf9c76702c6fdd5a962bc9;p=openldap diff --git a/libraries/libldap_r/Makefile.in b/libraries/libldap_r/Makefile.in index e09b67e4e7..2110fd4eaf 100644 --- a/libraries/libldap_r/Makefile.in +++ b/libraries/libldap_r/Makefile.in @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2013 The OpenLDAP Foundation. +## Copyright 1998-2017 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -30,7 +30,7 @@ XXSRCS = apitest.c test.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 SRCS = threads.c rdwr.c rmutex.c tpool.c rq.c \ thr_posix.c thr_cthreads.c thr_thr.c thr_nt.c \ thr_pth.c thr_stub.c thr_debug.c @@ -48,7 +48,7 @@ OBJS = threads.lo rdwr.lo rmutex.lo tpool.lo rq.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