summaryrefslogtreecommitdiffstats
path: root/source/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
commite92fdf6b202bd67a9bb6fcc1ced56513a2d0bd3f (patch)
treeb7d4ef9a898ea81871e8b0a48336e4749c75e3d3 /source/exports
parent9cf3be852024f05a73bf23fe5df6264e5252889b (diff)
downloadsamba-e92fdf6b202bd67a9bb6fcc1ced56513a2d0bd3f.tar.gz
samba-e92fdf6b202bd67a9bb6fcc1ced56513a2d0bd3f.tar.xz
samba-e92fdf6b202bd67a9bb6fcc1ced56513a2d0bd3f.zip
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
Diffstat (limited to 'source/exports')
-rw-r--r--source/exports/libtdb.syms4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/exports/libtdb.syms b/source/exports/libtdb.syms
new file mode 100644
index 00000000000..5d24771a1a3
--- /dev/null
+++ b/source/exports/libtdb.syms
@@ -0,0 +1,4 @@
+{
+ global: tdb_*;
+ local: *;
+};