From 8d6ae6a236e79f571c089ad87dc84984b26b4b53 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Tue, 18 Mar 2003 22:53:15 +0000 Subject: [PATCH] Rename version.h to ol_version.h --- include/Makefile.in | 4 ++-- include/{version.h => ol_version.h} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename include/{version.h => ol_version.h} (91%) diff --git a/include/Makefile.in b/include/Makefile.in index cc9f6254f3..1a8fd9d35f 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -4,7 +4,7 @@ ## ## include Makefile.in for OpenLDAP -all-local: ldap_config.h version0.h FORCE +all-local: ldap_config.h ol_version0.h FORCE install-local: FORCE -$(MKDIR) $(DESTDIR)$(includedir) @@ -61,7 +61,7 @@ ldap_config.h: $(LDAP_CONFIG) Makefile $(LDAP_CONFIG) >> $@; \ $(CHMOD) 444 $@ -version0.h: $(top_srcdir)/build/version.h +ol_version0.h: $(top_srcdir)/build/version.h $(CPP) -D_OLV_PKG=\"$(PACKAGE)\" -D_OLV_VER=\"$(VERSION)\" \ -D_OLV_WHO=\"$$USER@`uname -n`\" $? > $@ diff --git a/include/version.h b/include/ol_version.h similarity index 91% rename from include/version.h rename to include/ol_version.h index 3999433d7e..c0535b8494 100644 --- a/include/version.h +++ b/include/ol_version.h @@ -9,4 +9,4 @@ #ifndef _OLV_STATIC #define _OLV_STATIC static #endif -#include "version0.h" +#include "ol_version0.h" -- 2.39.5