From: Kurt Zeilenga Date: Wed, 18 Nov 1998 16:15:10 +0000 (+0000) Subject: OBJS: passwd.c -> passwd.o (I thought I already fixed this once) X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~1095 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=499735fec6c3c3c7c3bc7cff94273bc232d74b3b;p=openldap OBJS: passwd.c -> passwd.o (I thought I already fixed this once) --- diff --git a/libraries/liblutil/Makefile.in b/libraries/liblutil/Makefile.in index a1cf5ab72e..db5d901948 100644 --- a/libraries/liblutil/Makefile.in +++ b/libraries/liblutil/Makefile.in @@ -4,7 +4,7 @@ LIBRARY = liblutil.a SRCS = base64.c detach.c md5.c passwd.c sha1.c -OBJS = base64.o detach.o md5.o passwd.c sha1.o @LIBOBJS@ +OBJS = base64.o detach.o md5.o passwd.o sha1.o @LIBOBJS@ LDAP_INCDIR= ../../include LDAP_LIBDIR= ../../libraries