From: Howard Chu Date: Sun, 8 Sep 2002 22:01:29 +0000 (+0000) Subject: Added ldapcompare.c to SRCS so it will be processed by make depend X-Git-Tag: NO_SLAP_OP_BLOCKS~1004 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3f41c614a1b59d19e2d22d500710b99e39b06172;p=openldap Added ldapcompare.c to SRCS so it will be processed by make depend --- diff --git a/clients/tools/Makefile.in b/clients/tools/Makefile.in index 54e77fa8c6..cda849bacb 100644 --- a/clients/tools/Makefile.in +++ b/clients/tools/Makefile.in @@ -3,9 +3,9 @@ ## Makefile for LDAP tools ## SRCS = ldapsearch.c ldapmodify.c ldapdelete.c ldapmodrdn.c \ - ldappasswd.c ldapwhoami.c + ldappasswd.c ldapwhoami.c ldapcompare.c OBJS = ldapsearch.o ldapmodify.o ldapdelete.o ldapmodrdn.o \ - ldappasswd.o ldapwhoami.o + ldappasswd.o ldapwhoami.o ldapcompare.o LDAP_INCDIR= ../../include LDAP_LIBDIR= ../../libraries