]> git.sur5r.net Git - openldap/blobdiff - build/lib-shared.mk
s/Id/OpenLDAP/ in RCSids
[openldap] / build / lib-shared.mk
index 59fc6e9637b14ddc9db1d0bf142459a050a3da58..776972ac6d86bb4686769e883ec8f22f73ba0ec8 100644 (file)
@@ -1,3 +1,4 @@
+# $OpenLDAP$
 ## Copyright 1998,1999 The OpenLDAP Foundation
 ## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
 ## of this package for details.
@@ -6,8 +7,6 @@
 ## Makefile Template for Shared Libraries
 ##
 
-LTVERSION = -version-info $(LIBVERSION)
-LINK    = $(LTLINK)
 COMPILE = $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c
 MKDEPFLAG = -l
 
@@ -17,7 +16,7 @@ MKDEPFLAG = -l
        $(COMPILE) $<
 
 $(LIBRARY):  version.lo
-       $(LINK) -rpath $(libdir) -o $@ $(OBJS) version.lo
+       $(LTLIBLINK) -rpath $(libdir) -o $@ $(OBJS) version.lo
        $(RM) ../$@;    \
        (d=`$(PWD)` ; $(LN_S) `$(BASENAME) $$d`/$@ ../$@)
        $(RM) ../`$(BASENAME) $@ .la`.a;        \