]> git.sur5r.net Git - openldap/blob - libraries/liblutil/Makefile.in
Added check for getpass() as well as adding it to the -llutil Makefile.in (BeOS will...
[openldap] / libraries / liblutil / Makefile.in
1 ##
2 ## Makefile for -lutil
3 ##
4
5 LIBRARY = liblutil.a
6 SRCS    = base64.c detach.c md5.c passwd.c sha1.c getpass.c
7 OBJS    = base64.o detach.o md5.o passwd.o sha1.o getpass.o @LIBOBJS@
8
9 LDAP_INCDIR= ../../include       
10 LDAP_LIBDIR= ../../libraries
11