Skip to content
Snippets Groups Projects
Commit 499735fe authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

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

parent 6d2f28c0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment