]> git.sur5r.net Git - openldap/commitdiff
Define library version/release in version.var to avoid regenerating
authorQuanah Gibson-Mount <quanah@openldap.org>
Thu, 10 Jul 2008 00:05:36 +0000 (00:05 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 10 Jul 2008 00:05:36 +0000 (00:05 +0000)
Makefile.in with every release. (works similar to OpenLDAP's main
version.sh/version.var)

contrib/ldapc++/src/Makefile.am

index dcc242f3f027648dea1362d65405e5ab68d17eee..6586d1ef9be61bea113f4c17811cea8e665d2e53 100644 (file)
@@ -1,7 +1,7 @@
 # $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@