Skip to content
Snippets Groups Projects
Commit 9e23dc2c authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix dependencies

parent f5101f82
No related branches found
No related tags found
No related merge requests found
......@@ -40,11 +40,12 @@ QUIPUPROGRAMS=chlog2replog edb2ldif
NT_DYN_DEFS = -DLIBLBER_DECL=dllimport -DLIBLDAP_DECL=dllimport
CPPFLAGS = $(@PLAT@_@LIB_LINKAGE@_DEFS)
SRCS = ldif.c mimic.c slapcommon.c
SRCS = ldif.c mimic.c slapcommon.c slapadd.c slapcat.c slapindex.c
XSRCS = edb2-vers.c
LDBMSRCS = centipede.c sizecount.c
# LDBMSRCS = centipede.c sizecount.c
LDBMSRCS =
QUIPUSRCS = edb2ldif.c ldapsyntax.c chlog2replog.c
SLAPD_OBJS = ../config.o ../ch_malloc.o ../backend.o ../charray.o \
......@@ -99,7 +100,7 @@ slappasswd: slappasswd.o $(SLAPD_LIBDEPEND)
#
# LDBM Specific Tools
#
# (deprecated)
centipede: centipede.o $(SLAPD_LIBDEPEND)
$(LTLINK) -o $@ centipede.o $(LIBS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment