build: fix build of libaddns shared lib. symbols file was missing.
authorMichael Adam <obnox@samba.org>
Fri, 11 Jul 2008 12:38:22 +0000 (14:38 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 11 Jul 2008 12:39:30 +0000 (14:39 +0200)
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 [new file with mode: 0644]

diff --git a/source3/exports/libaddns.syms b/source3/exports/libaddns.syms
new file mode 100644 (file)
index 0000000..3e88ba7
--- /dev/null
@@ -0,0 +1,5 @@
+{
+       # no global exported symbols (yet) in libaddns ...
+
+       local: *;
+};