summaryrefslogtreecommitdiffstats
path: root/source/exports
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-06-09 08:39:12 +0200
committerKarolin Seeger <kseeger@samba.org>2008-06-09 08:50:29 +0200
commitcb4c5f51e20e7112a06040839a7e3069f7daea06 (patch)
tree968c55676f4ca1f74ba429075885efb6f38323e0 /source/exports
parent5141a7f4cc598ac200e01cf279d3a53ff5e9d49a (diff)
downloadsamba-cb4c5f51e20e7112a06040839a7e3069f7daea06.tar.gz
samba-cb4c5f51e20e7112a06040839a7e3069f7daea06.tar.xz
samba-cb4c5f51e20e7112a06040839a7e3069f7daea06.zip
Revert "build: add symbol versioning when we build with gnu ld"
This reverts commit cb5492978b6b157f529806afb2f5fc6202888129. For more information, please have a look at the discussion on samba-technical starting with [1]. [1] http://lists.samba.org/archive/samba-technical/2008-June/059511.html Karolin (cherry picked from commit 1e5aeb96f92fef8056ec9010e125f4d0d31dd90e)
Diffstat (limited to 'source/exports')
-rw-r--r--source/exports/libsmbclient.version.syms8
-rw-r--r--source/exports/libsmbsharemodes.version.syms7
2 files changed, 0 insertions, 15 deletions
diff --git a/source/exports/libsmbclient.version.syms b/source/exports/libsmbclient.version.syms
deleted file mode 100644
index 6afdbcbadfc..00000000000
--- a/source/exports/libsmbclient.version.syms
+++ /dev/null
@@ -1,8 +0,0 @@
-#
-# we use no version symbols for libsmbclient
-# to be compatible with 3.0.x
-#
-{
- global: smbc_*;
- local: *;
-};
diff --git a/source/exports/libsmbsharemodes.version.syms b/source/exports/libsmbsharemodes.version.syms
deleted file mode 100644
index cf3f0336e95..00000000000
--- a/source/exports/libsmbsharemodes.version.syms
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-# we use no version symbols for libsmbsharemodes
-# to be compatible with 3.0.x
-#
-{
- global: *;
-};