summaryrefslogtreecommitdiff
path: root/source3/exports
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-07-11 14:38:22 +0200
committerMichael Adam <obnox@samba.org>2008-07-11 14:39:30 +0200
commite0c61839476f8393d41e6b9858eb98325acd2909 (patch)
treec80fd431ccbc866a395cc9ad2dc601ce3a57249c /source3/exports
parente9489e9ff6c34c86eb3e2cc4b371eec4c6342ac3 (diff)
downloadsamba-e0c61839476f8393d41e6b9858eb98325acd2909.tar.gz
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)
Diffstat (limited to 'source3/exports')
-rw-r--r--source3/exports/libaddns.syms5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/exports/libaddns.syms b/source3/exports/libaddns.syms
new file mode 100644
index 00000000000..3e88ba739c3
--- /dev/null
+++ b/source3/exports/libaddns.syms
@@ -0,0 +1,5 @@
+{
+ # no global exported symbols (yet) in libaddns ...
+
+ local: *;
+};