mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
c42cf731b4
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.
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
|
|
|