Rename version.h to ol_version.h

This commit is contained in:
Howard Chu 2003-03-18 22:53:15 +00:00
parent c086b9aec9
commit 8d6ae6a236
2 changed files with 3 additions and 3 deletions

View File

@ -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`\" $? > $@

View File

@ -9,4 +9,4 @@
#ifndef _OLV_STATIC
#define _OLV_STATIC static
#endif
#include "version0.h"
#include "ol_version0.h"