]> git.sur5r.net Git - openldap/commitdiff
Fix detach.c typo in OBJS
authorKurt Zeilenga <kurt@openldap.org>
Sat, 7 Nov 1998 00:33:02 +0000 (00:33 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 7 Nov 1998 00:33:02 +0000 (00:33 +0000)
libraries/liblutil/Makefile.in

index 8ec776092136a8e82ce760ce063f49c3ff1692d1..a1cf5ab72e8fd55748afe927d221ddef7442812a 100644 (file)
@@ -4,7 +4,7 @@
 
 LIBRARY        = liblutil.a
 SRCS   = base64.c detach.c md5.c passwd.c sha1.c
-OBJS   = base64.o detach.c md5.o passwd.c sha1.o @LIBOBJS@
+OBJS   = base64.o detach.o md5.o passwd.c sha1.o @LIBOBJS@
 
 LDAP_INCDIR= ../../include       
 LDAP_LIBDIR= ../../libraries