X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=inline;f=libraries%2Fliblutil%2FMakefile.in;h=374d893e07e2cd50302ba3763f815db12afbd5d9;hb=524c139d7c43b15aa34f69605e5c487156255270;hp=83cf2af597cfb0a507703fdeaf9f307f38a962d9;hpb=e99eab787fd90696f1e668a5c1f1bd35f320acf1;p=openldap diff --git a/libraries/liblutil/Makefile.in b/libraries/liblutil/Makefile.in index 83cf2af597..374d893e07 100644 --- a/libraries/liblutil/Makefile.in +++ b/libraries/liblutil/Makefile.in @@ -1,27 +1,32 @@ # $OpenLDAP$ +## Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved. +## COPYING RESTRICTIONS APPLY, see COPYRIGHT file ## -## Makefile for -lutil +## Makefile for -llutil ## LIBRARY = liblutil.a -NT_SRCS = nt_err.c ntservice.c -NT_OBJS = nt_err.o ntservice.o slapdmsg.res +NT_SRCS = ntservice.c +NT_OBJS = ntservice.o slapdmsg.res UNIX_SRCS = detach.c UNIX_OBJS = detach.o -SRCS = base64.c debug.c entropy.c \ - md5.c passwd.c sha1.c getpass.c lockf.c utils.c sockpair.c \ +SRCS = base64.c debug.c entropy.c sasl.c signal.c hash.c \ + md5.c passwd.c sha1.c getpass.c lockf.c utils.c uuid.c sockpair.c \ @LIBSRCS@ $(@PLAT@_SRCS) -OBJS = base64.o debug.o entropy.o \ - md5.o passwd.o sha1.o getpass.o lockf.o utils.o sockpair.o \ +OBJS = base64.o debug.o entropy.o sasl.o signal.o hash.o \ + md5.o passwd.o sha1.o getpass.o lockf.o utils.o uuid.o sockpair.o \ @LIBOBJS@ $(@PLAT@_OBJS) LDAP_INCDIR= ../../include LDAP_LIBDIR= ../../libraries +NT_DYN_LIB_DEFS = -DLDAP_DECL=dllimport +CPPFLAGS = $(@PLAT@_@LIB_LINKAGE@_LIB_DEFS) + # These rules are for a Mingw32 build, specifically. # It's ok for them to be here because the clean rule is harmless, and # slapdmsg.res won't get built unless it's declared in OBJS.