]> git.sur5r.net Git - openldap/blobdiff - include/Makefile.in
add network timeout (ITS#2413 reworked)
[openldap] / include / Makefile.in
index 91d8a5574134610aa17298ab2de2f0a95aaecacf..969591c487b6c59faa4e8ad4fedcf85d8015829e 100644 (file)
@@ -4,7 +4,7 @@
 ##
 ## include Makefile.in for OpenLDAP
 
-all-local: ldap_config.h ol_version0.h FORCE
+all-local: ldap_config.h FORCE
 
 install-local: FORCE
        -$(MKDIR) $(DESTDIR)$(includedir)
@@ -50,6 +50,7 @@ ldap_config.h: $(LDAP_CONFIG) Makefile
            sbindir=$(sbindir); \
            libexecdir=$(libexecdir); \
            localstatedir=$(localstatedir); \
+           localedir=$(localedir); \
        fi; \
        $(SED) \
                        -e "s;%SYSCONFDIR%;$$sysconfdir;" \
@@ -58,12 +59,10 @@ 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 $@
 
-ol_version0.h: $(top_srcdir)/build/version.h
-       $(CPP) -D_OLV_WHO=\"$$USER@`uname -n`\" $? > $@
-
 all-common:                    all-local
 install-common:                all-common install-local
 clean-common:          clean-local