From eb48b5703b54c07e3d2d6fd791ee2f9b711cef25 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 7 Jul 2008 16:24:17 +0200 Subject: build: remove the SONAME_VER variable - not used anymore. Michael (This used to be commit 35b2ee2bce93f6e659f95d91b0590edd02c9b348) --- source3/Makefile.in | 1 - 1 file changed, 1 deletion(-) (limited to 'source3') diff --git a/source3/Makefile.in b/source3/Makefile.in index c4e62f8167..cd3aec8f1b 100644 --- a/source3/Makefile.in +++ b/source3/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 -- cgit