]> git.sur5r.net Git - openldap/blob - libraries/liblutil/Makefile.in
Regarding previous commit:
[openldap] / libraries / liblutil / Makefile.in
1 ##
2 ## Makefile for -lutil
3 ##
4
5 LIBRARY = liblutil.a
6 SRCS    = base64.c debug.c detach.c md5.c passwd.c sha1.c getpass.c lockf.c
7 OBJS    = base64.o debug.o detach.o md5.o passwd.o sha1.o getpass.o lockf.o \
8         @LIBOBJS@
9
10 LDAP_INCDIR= ../../include       
11 LDAP_LIBDIR= ../../libraries
12