build: add symbol versioning to libtalloc and libwbclient
authorStefan Metzmacher <metze@samba.org>
Thu, 22 May 2008 14:18:53 +0000 (16:18 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 22 May 2008 14:18:53 +0000 (16:18 +0200)
metze

source/exports/libtalloc.syms
source/exports/libwbclient.syms

index 87f1c5c63ef1df21829c7ccde8dd5834a99c1fa1..9d77308fb77e3c82897e8924a4cbcf5545f17066 100644 (file)
@@ -1,4 +1,4 @@
-{
+TALLOC_1_2 {
        global:
                talloc_*;
                _talloc_*;
index f1e68b42a946d37e1f67bda7bc0c2a0fbb553062..e1c3911ee9342643226b0e78b8bd6d3cb0705df1 100644 (file)
@@ -1,4 +1,4 @@
-{
+WBCLIENT_0_1 {
        global: wbc*;
        local: *;
 };