Fix detach.c typo in OBJS

This commit is contained in:
Kurt Zeilenga 1998-11-07 00:33:02 +00:00
parent d4a4a4cd25
commit f67adafb44

View 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