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

Use OPENLDAP_PACKAGE instead of _OLV_PKG

parent 80f8f900
No related branches found
No related tags found
No related merge requests found
......@@ -62,8 +62,7 @@ ldap_config.h: $(LDAP_CONFIG) Makefile
$(CHMOD) 444 $@
ol_version0.h: $(top_srcdir)/build/version.h
$(CPP) -D_OLV_PKG=\"$(PACKAGE)\" -D_OLV_VER=\"$(VERSION)\" \
-D_OLV_WHO=\"$$USER@`uname -n`\" $? > $@
$(CPP) -D_OLV_WHO=\"$$USER@`uname -n`\" $? > $@
all-common: all-local
install-common: all-common install-local
......
......@@ -20,4 +20,4 @@ ldap_features.h: ldap_features.nt
portable.h: portable.nt
ol_version0.h: ../build/version.h
$(CPP) /EP /D_OLV_PKG=\"OpenLDAP\" /D_OLV_VER=\"2.1.16\" -D_OLV_WHO=\"$(USERNAME)@$(COMPUTERNAME)\" $? > $@
$(CPP) /EP -D_OLV_WHO=\"$(USERNAME)@$(COMPUTERNAME)\" $? > $@
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