Skip to content
Snippets Groups Projects
Commit 3f41c614 authored by Howard Chu's avatar Howard Chu
Browse files

Added ldapcompare.c to SRCS so it will be processed by make depend

parent 3ab4579e
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment