Skip to content
Snippets Groups Projects
Commit 848a55ac authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Define library version/release in version.var to avoid regenerating

Makefile.in with every release. (works similar to OpenLDAP's main
version.sh/version.var)
parent 458d5141
No related branches found
No related tags found
No related merge requests found
# $OpenLDAP$
###
# Copyright 2000, OpenLDAP Foundation, All Rights Reserved.
# Copyright 2000-2008, OpenLDAP Foundation, All Rights Reserved.
# COPYING RESTRICTIONS APPLY, see COPYRIGHT file
##
......@@ -95,5 +95,5 @@ noinst_HEADERS = LDAPAddRequest.h \
LDAPSearchRequest.h
libldapcpp_la_LIBADD = -lldap -llber
libldapcpp_la_LDFLAGS = -version-info 0:5:0
libldapcpp_la_LDFLAGS = -version-info @OPENLDAP_CPP_API_VERSION@
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