X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2FMakefile.in;h=1974393cf500fc02e3156efdfdd1e8c8b1ab3568;hb=76c9a895108d7ce6b29c7c195155eab3348837cf;hp=9c59d6bb468dbf8b10d61bcf4f68c7aef9903146;hpb=c38027902a17d6bd354074136ac1af4ecff38e4e;p=openldap diff --git a/include/Makefile.in b/include/Makefile.in index 9c59d6bb46..1974393cf5 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -1,8 +1,17 @@ +# include Makefile.in for OpenLDAP # $OpenLDAP$ -## Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved. -## COPYING RESTRICTIONS APPLY, See COPYRIGHT file +## This work is part of OpenLDAP Software . ## -## include Makefile.in for OpenLDAP +## Copyright 1998-2005 The OpenLDAP Foundation. +## All rights reserved. +## +## Redistribution and use in source and binary forms, with or without +## modification, are permitted only as authorized by the OpenLDAP +## Public License. +## +## A copy of this license is available in the file LICENSE in the +## top-level directory of the distribution or, alternatively, at +## . all-local: ldap_config.h FORCE @@ -11,7 +20,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 @@ -43,12 +52,6 @@ ldap_config.h: $(LDAP_CONFIG) Makefile $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \ localstatedir=`cygpath -w $(localstatedir) | \ $(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 \ sysconfdir=$(sysconfdir); \ datadir=$(datadir); \ @@ -56,9 +59,7 @@ ldap_config.h: $(LDAP_CONFIG) Makefile sbindir=$(sbindir); \ libexecdir=$(libexecdir); \ localstatedir=$(localstatedir); \ - editor=$(EDITOR); \ - finger=$(FINGER); \ - sendmail=$(SENDMAIL); \ + localedir=$(localedir); \ fi; \ $(SED) \ -e "s;%SYSCONFDIR%;$$sysconfdir;" \ @@ -67,9 +68,7 @@ ldap_config.h: $(LDAP_CONFIG) Makefile -e "s;%SBINDIR%;$$sbindir;" \ -e "s;%LIBEXECDIR%;$$libexecdir;" \ -e "s;%RUNDIR%;$$localstatedir;" \ - -e "s;%EDITOR%;$$editor;" \ - -e "s;%FINGER%;$$finger;" \ - -e "s;%SENDMAIL%;$$sendmail;" \ + -e "s;%LOCALEDIR%;$$localedir;" \ $(LDAP_CONFIG) >> $@; \ $(CHMOD) 444 $@