diff options
author | Michael Adam <obnox@samba.org> | 2008-07-07 16:24:17 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-07-07 20:34:03 +0200 |
commit | eb48b5703b54c07e3d2d6fd791ee2f9b711cef25 (patch) | |
tree | 959231298ab207b68c816b237dc92ecce53aef8a /source3 | |
parent | 5b872b6ba5a18734d9e870d735787475fe5a8dad (diff) | |
download | samba-eb48b5703b54c07e3d2d6fd791ee2f9b711cef25.tar.gz samba-eb48b5703b54c07e3d2d6fd791ee2f9b711cef25.tar.bz2 samba-eb48b5703b54c07e3d2d6fd791ee2f9b711cef25.zip |
build: remove the SONAME_VER variable - not used anymore.
Michael
(This used to be commit 35b2ee2bce93f6e659f95d91b0590edd02c9b348)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
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 |