mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-18 15:20:35 +08:00
Rename version.h to ol_version.h
This commit is contained in:
parent
c086b9aec9
commit
8d6ae6a236
@ -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`\" $? > $@
|
||||
|
||||
|
@ -9,4 +9,4 @@
|
||||
#ifndef _OLV_STATIC
|
||||
#define _OLV_STATIC static
|
||||
#endif
|
||||
#include "version0.h"
|
||||
#include "ol_version0.h"
|
Loading…
x
Reference in New Issue
Block a user