]> git.sur5r.net Git - openldap/commitdiff
OBJS: passwd.c -> passwd.o (I thought I already fixed this once)
authorKurt Zeilenga <kurt@openldap.org>
Wed, 18 Nov 1998 16:15:10 +0000 (16:15 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 18 Nov 1998 16:15:10 +0000 (16:15 +0000)
libraries/liblutil/Makefile.in

index a1cf5ab72e8fd55748afe927d221ddef7442812a..db5d90194835083947977c5a0e18bec0219f0594 100644 (file)
@@ -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