X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2FMakefile.in;h=1974393cf500fc02e3156efdfdd1e8c8b1ab3568;hb=4fcab959c02ef360373e055f8a739f16286e8112;hp=7a846c8f24d9ba00a92f9804a33c0fd9cd0a5a67;hpb=b2eddc32b23016ef9a71e15f065b21e72a17b3ae;p=openldap diff --git a/include/Makefile.in b/include/Makefile.in index 7a846c8f24..1974393cf5 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -1,8 +1,17 @@ +# include Makefile.in for OpenLDAP # $OpenLDAP$ -## Copyright 1998-2003 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 @@ -50,6 +59,7 @@ ldap_config.h: $(LDAP_CONFIG) Makefile sbindir=$(sbindir); \ libexecdir=$(libexecdir); \ localstatedir=$(localstatedir); \ + localedir=$(localedir); \ fi; \ $(SED) \ -e "s;%SYSCONFDIR%;$$sysconfdir;" \ @@ -58,6 +68,7 @@ ldap_config.h: $(LDAP_CONFIG) Makefile -e "s;%SBINDIR%;$$sbindir;" \ -e "s;%LIBEXECDIR%;$$libexecdir;" \ -e "s;%RUNDIR%;$$localstatedir;" \ + -e "s;%LOCALEDIR%;$$localedir;" \ $(LDAP_CONFIG) >> $@; \ $(CHMOD) 444 $@