]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
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

source/exports/libaddns.syms [new file with mode: 0644]

diff --git a/source/exports/libaddns.syms b/source/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: *;
+};