Skip to content
Snippets Groups Projects
Commit 8d6ae6a2 authored by Howard Chu's avatar Howard Chu
Browse files

Rename version.h to ol_version.h

parent c086b9ae
No related branches found
No related tags found
No related merge requests found
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment