X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Fliblutil%2FMakefile.in;h=db5d90194835083947977c5a0e18bec0219f0594;hb=a2ee84112150c83c0edb555af31fc1409e4f3e2f;hp=9596b2af7beb4b10ff24791201e06defb9bfd542;hpb=71b34373b7ee42dcff81f0538934dd30e76c9d9a;p=openldap diff --git a/libraries/liblutil/Makefile.in b/libraries/liblutil/Makefile.in index 9596b2af7b..db5d901948 100644 --- a/libraries/liblutil/Makefile.in +++ b/libraries/liblutil/Makefile.in @@ -3,8 +3,8 @@ ## LIBRARY = liblutil.a -SRCS = base64.c md5.c sha1.c -OBJS = base64.o md5.o sha1.o @LIBOBJS@ +SRCS = base64.c detach.c md5.c passwd.c sha1.c +OBJS = base64.o detach.o md5.o passwd.o sha1.o @LIBOBJS@ LDAP_INCDIR= ../../include LDAP_LIBDIR= ../../libraries