OBJS: passwd.c -> passwd.o (I thought I already fixed this once)

This commit is contained in:
Kurt Zeilenga 1998-11-18 16:15:10 +00:00
parent 6d2f28c080
commit 499735fec6

View 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