From e0c61839476f8393d41e6b9858eb98325acd2909 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 11 Jul 2008 14:38:22 +0200 Subject: build: fix build of libaddns shared lib. symbols file was missing. This symbols file is checked because mksyms script currently does not support headers without exportet symbols... Michael (This used to be commit 1fa57b47e8f8da33a5713096c187bafb3a6c5b79) --- source3/exports/libaddns.syms | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 source3/exports/libaddns.syms (limited to 'source3/exports') diff --git a/source3/exports/libaddns.syms b/source3/exports/libaddns.syms new file mode 100644 index 0000000000..3e88ba739c --- /dev/null +++ b/source3/exports/libaddns.syms @@ -0,0 +1,5 @@ +{ + # no global exported symbols (yet) in libaddns ... + + local: *; +}; -- cgit