]> git.sur5r.net Git - openldap/blobdiff - build/top.mk
Prepare for release
[openldap] / build / top.mk
index 602e4ef38f8e4bc9c9edf74f7c4a20c4954c258c..930fb390b18e3848d55d1f4fdcc4f72c0dddc5da 100644 (file)
@@ -56,7 +56,7 @@ MKDEP_CFLAGS = @OL_MKDEP_FLAGS@
 MKVERSION = $(top_srcdir)/build/mkversion -v "$(VERSION)"
 
 LIBTOOL = @LIBTOOL@
-LIBVERSION = 2:7:0
+LIBVERSION = 2:13:0
 LTVERSION = -version-info $(LIBVERSION)
 #We don't use our own shared libraries (yet)
 #LTLINK  = $(LIBTOOL) --mode=link $(CC) -rpath $(libdir) \
@@ -66,7 +66,7 @@ LTLINK  = $(LIBTOOL) --mode=link $(CC) \
 LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL) 
 
 # Misc UNIX commands used in build environment
-AR = ar
+AR = @AR@
 AWK = @AWK@
 BASENAME = basename
 CAT = cat