From: Kurt Zeilenga Date: Sat, 7 Nov 1998 00:33:02 +0000 (+0000) Subject: Fix detach.c typo in OBJS X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~1171 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f67adafb44ec11b5e794a8199dec457a2fc83b73;p=openldap Fix detach.c typo in OBJS --- diff --git a/libraries/liblutil/Makefile.in b/libraries/liblutil/Makefile.in index 8ec7760921..a1cf5ab72e 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.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