From 35b2ee2bce93f6e659f95d91b0590edd02c9b348 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 7 Jul 2008 16:24:17 +0200 Subject: [PATCH] build: remove the SONAME_VER variable - not used anymore. Michael --- source/Makefile.in | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.3