From: Michael Adam Date: Fri, 11 Jul 2008 12:38:22 +0000 (+0200) Subject: build: fix build of libaddns shared lib. symbols file was missing. X-Git-Tag: samba-3.3.0pre1~584 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1fa57b47e8f8da33a5713096c187bafb3a6c5b79;p=thirdparty%2Fsamba.git 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 --- diff --git a/source/exports/libaddns.syms b/source/exports/libaddns.syms new file mode 100644 index 00000000000..3e88ba739c3 --- /dev/null +++ b/source/exports/libaddns.syms @@ -0,0 +1,5 @@ +{ + # no global exported symbols (yet) in libaddns ... + + local: *; +};