]> git.sur5r.net Git - openldap/commitdiff
Added ldapcompare.c to SRCS so it will be processed by make depend
authorHoward Chu <hyc@openldap.org>
Sun, 8 Sep 2002 22:01:29 +0000 (22:01 +0000)
committerHoward Chu <hyc@openldap.org>
Sun, 8 Sep 2002 22:01:29 +0000 (22:01 +0000)
clients/tools/Makefile.in

index 54e77fa8c61d4595752cc0a6f9245417c206b480..cda849bacb388ef0a8c9342fb0a1c07292e76f3c 100644 (file)
@@ -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