build: remove the SONAME_VER variable - not used anymore.
authorMichael Adam <obnox@samba.org>
Mon, 7 Jul 2008 14:24:17 +0000 (16:24 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 7 Jul 2008 18:34:03 +0000 (20:34 +0200)
Michael
(This used to be commit 35b2ee2bce93f6e659f95d91b0590edd02c9b348)

source3/Makefile.in

index c4e62f8167b982ff44ed5ae97ac9bbc9721cbc73..cd3aec8f1b217d64871916d955821cf0ad9fb316 100644 (file)
@@ -27,7 +27,6 @@ LIB_PATH_VAR=@LIB_PATH_VAR@
 ## Dynamic shared libraries build settings
 DSO_EXPORTS_CMD=-Wl,--version-script,$(srcdir)/exports/`basename $@ | sed 's/@SHLIBEXT@\(.[0-9]\+\)\?$$/@SYMSEXT@/'`
 DSO_EXPORTS=@DSO_EXPORTS@
-SONAME_VER=`grep \^$@ $(builddir)/library-versions | cut -d: -f2`
 SHLD_DSO = $(SHLD) $(LDSHFLAGS) $(DSO_EXPORTS) -o $@
 
 # The MODULE_EXPORTS variable contains the platform-specific linker flags