]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/tools/Makefile.in
Relocate schema_init() call to main()
[openldap] / servers / slapd / tools / Makefile.in
index f450db9f46920455679f7a503290c3032a1260ef..7b897ce186dd04fc820732a3012db7527db6ab30 100644 (file)
@@ -1,6 +1,8 @@
 # $OpenLDAP$
+## Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
 #-----------------------------------------------------------------------------
-# Copyright (c) 1995 Regents of the University of Michigan.
+# Portions Copyright (c) 1995 Regents of the University of Michigan.
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms are permitted
@@ -27,7 +29,7 @@ XLDFLAGS = $(MODULES_LDFLAGS) $(SLAPD_MODULES)
 
 XLIBS = -lavl -lldif -lldbm -llutil -lldap_r -llber
 XXLIBS = $(LDAPD_LIBS) $(SLAPD_LIBS) \
-       $(PERL_LDFLAGS) $(LDBM_LIBS) $(SECURITY_LIBS) \
+       $(LDBM_LIBS) $(SECURITY_LIBS) \
        $(LDIF_LIBS) $(LUTIL_LIBS)
 XXXLIBS = $(LTHREAD_LIBS) $(MODULES_LIBS)
 
@@ -52,7 +54,7 @@ QUIPUSRCS     = edb2ldif.c ldapsyntax.c chlog2replog.c
 SLAPD_OBJS = ../config.o ../ch_malloc.o ../backend.o ../charray.o \
                ../module.o ../aclparse.o ../filterentry.o \
                ../schema.o ../schema_check.o ../schema_init.o ../schemaparse.o \
-               ../at.o ../mr.o ../oc.o ../syntax.o \
+               ../ad.o ../at.o ../mr.o ../oc.o ../syntax.o \
                ../acl.o ../phonetic.o ../attr.o ../value.o ../entry.o \
                ../dn.o ../filter.o ../str2filter.o ../ava.o ../init.o \
                ../controls.o ../kerberos.o ../passwd.o \