From: Michael Adam Date: Mon, 7 Jul 2008 14:24:17 +0000 (+0200) Subject: build: remove the SONAME_VER variable - not used anymore. X-Git-Tag: samba-3.3.0pre1~624 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35b2ee2bce93f6e659f95d91b0590edd02c9b348;p=thirdparty%2Fsamba.git build: remove the SONAME_VER variable - not used anymore. Michael --- diff --git a/source/Makefile.in b/source/Makefile.in index c4e62f8167b..cd3aec8f1b2 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -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