From ec4e8954402280c12c08cad0cb7cd9d3acb14152 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 22 May 2008 16:18:53 +0200 Subject: [PATCH] build: add symbol versioning to libtalloc and libwbclient metze --- source/exports/libtalloc.syms | 2 +- source/exports/libwbclient.syms | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/exports/libtalloc.syms b/source/exports/libtalloc.syms index 87f1c5c63ef..9d77308fb77 100644 --- a/source/exports/libtalloc.syms +++ b/source/exports/libtalloc.syms @@ -1,4 +1,4 @@ -{ +TALLOC_1_2 { global: talloc_*; _talloc_*; diff --git a/source/exports/libwbclient.syms b/source/exports/libwbclient.syms index f1e68b42a94..e1c3911ee93 100644 --- a/source/exports/libwbclient.syms +++ b/source/exports/libwbclient.syms @@ -1,4 +1,4 @@ -{ +WBCLIENT_0_1 { global: wbc*; local: *; }; -- 2.47.3