Skip to content
Snippets Groups Projects
Commit 75d6e3f7 authored by Ben Collins's avatar Ben Collins
Browse files

Added lockf.o to list of OBJS and lockf.c to list of SRCS

parent 4e733cf0
Branches
Tags
No related merge requests found
......@@ -3,8 +3,8 @@
##
LIBRARY = liblutil.a
SRCS = base64.c detach.c md5.c passwd.c sha1.c getpass.c
OBJS = base64.o detach.o md5.o passwd.o sha1.o getpass.o @LIBOBJS@
SRCS = base64.c detach.c md5.c passwd.c sha1.c getpass.c lockf.c
OBJS = base64.o detach.o md5.o passwd.o sha1.o getpass.o lockf.o @LIBOBJS@
LDAP_INCDIR= ../../include
LDAP_LIBDIR= ../../libraries
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment