mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
Added ldapcompare.c to SRCS so it will be processed by make depend
This commit is contained in:
parent
3ab4579eca
commit
3f41c614a1
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue