openldap/libraries/liblutil/Makefile.in
Kurt Zeilenga 2e769ccf43 Make all, clean, veryclean, depend, install all appear to work!
Now to sort out configure enable/with options.
1998-09-18 06:03:19 +00:00

7 lines
109 B
Makefile

##
## Makefile for -lutil
##
LIBRARY = liblutil.a
SRCS = base64.c md5.c sha1.c
OBJS = base64.o md5.o sha1.o