summaryrefslogtreecommitdiff
path: root/source3/exports
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-02-14 13:29:44 +0100
committerMichael Adam <obnox@samba.org>2008-02-14 14:17:57 +0100
commit8e3ae7baaf287f70123eda7aa478ac82812e7c81 (patch)
treea023fc1b4a499fa7084aacbde73681b7588a1633 /source3/exports
parent879b32806df9304b46fc311073e623295ecbb974 (diff)
downloadsamba-8e3ae7baaf287f70123eda7aa478ac82812e7c81.tar.gz
Add support for building and using shared and static libtdb library.
This should work with m4_include(lib/tdb/libtdb.m4) like already done with talloc, but currently this does not work (yet) - tdb code has to be merged from s4 before that. Michael (This used to be commit e92fdf6b202bd67a9bb6fcc1ced56513a2d0bd3f)
Diffstat (limited to 'source3/exports')
-rw-r--r--source3/exports/libtdb.syms4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/exports/libtdb.syms b/source3/exports/libtdb.syms
new file mode 100644
index 00000000000..5d24771a1a3
--- /dev/null
+++ b/source3/exports/libtdb.syms
@@ -0,0 +1,4 @@
+{
+ global: tdb_*;
+ local: *;
+};