X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2FMakefile.in;h=21cc71ea2cfc3c7e60a4ecfed76c5bfd45488b62;hb=d4a422329b3105c72435ddae3d0de1b5168b44d5;hp=8d44c10375a82e6268d2e577f3698d231a6b3b08;hpb=b3b17ca4e7cfb8035c2b91cb98f27952ba1026a8;p=openldap diff --git a/include/Makefile.in b/include/Makefile.in index 8d44c10375..21cc71ea2c 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -1,5 +1,5 @@ # $OpenLDAP$ -## Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved. +## Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved. ## COPYING RESTRICTIONS APPLY, See COPYRIGHT file ## ## include Makefile.in for OpenLDAP @@ -11,7 +11,7 @@ install-local: FORCE for header in $(srcdir)/lber.h lber_types.h \ $(srcdir)/ldap.h $(srcdir)/ldap_cdefs.h \ $(srcdir)/ldap_schema.h $(srcdir)/ldap_utf8.h \ - ldap_features.h; \ + $(srcdir)/slapi-plugin.h ldap_features.h; \ do \ $(INSTALL) $(INSTALLFLAGS) -m 644 $$header $(DESTDIR)$(includedir); \ done @@ -45,8 +45,6 @@ ldap_config.h: $(LDAP_CONFIG) Makefile $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \ editor=`cygpath -w $(EDITOR) | \ $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \ - finger=`cygpath -w $(FINGER) | \ - $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \ sendmail=`cygpath -w $(SENDMAIL) | \ $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \ else \ @@ -57,7 +55,6 @@ ldap_config.h: $(LDAP_CONFIG) Makefile libexecdir=$(libexecdir); \ localstatedir=$(localstatedir); \ editor=$(EDITOR); \ - finger=$(FINGER); \ sendmail=$(SENDMAIL); \ fi; \ $(SED) \ @@ -68,7 +65,6 @@ ldap_config.h: $(LDAP_CONFIG) Makefile -e "s;%LIBEXECDIR%;$$libexecdir;" \ -e "s;%RUNDIR%;$$localstatedir;" \ -e "s;%EDITOR%;$$editor;" \ - -e "s;%FINGER%;$$finger;" \ -e "s;%SENDMAIL%;$$sendmail;" \ $(LDAP_CONFIG) >> $@; \ $(CHMOD) 444 $@