mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
3a246ac46b
commit 0d4bbd197198a94bf4e29e0ccd175a40a60097f3
Author: Gerald (Jerry) Carter <jerry@samba.org>
Date: Mon Jul 2 20:08:19 2007 -0500
Introduce GNU ld linker export-script for hiding non-public symbols
in shared libraries.
Based on initial patch from Julien Cristau <jcristau@debian.org>
and suggestions from James Peach <jpeach@samba.org>. Currently
the libsmbsharemodes libraries still exports *. Signed off on
my Derrell as well.
(This used to be commit c42cf731b4
)
10 lines
237 B
Plaintext
10 lines
237 B
Plaintext
##
|
|
## Basic script for defining the major and minor librrary revision numbers
|
|
## Makefile_target:major:minor
|
|
##
|
|
bin/libsmbclient.@SHLIBEXT@:0:1
|
|
bin/libsmbsharemodes.@SHLIBEXT@:0:2
|
|
bin/libaddns.@SHLIBEXT@:0:1
|
|
bin/libmsrpc.@SHLIBEXT@:0:1
|
|
|