From 8e3ae7baaf287f70123eda7aa478ac82812e7c81 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 14 Feb 2008 13:29:44 +0100 Subject: 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) --- source3/exports/libtdb.syms | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 source3/exports/libtdb.syms (limited to 'source3/exports') diff --git a/source3/exports/libtdb.syms b/source3/exports/libtdb.syms new file mode 100644 index 0000000000..5d24771a1a --- /dev/null +++ b/source3/exports/libtdb.syms @@ -0,0 +1,4 @@ +{ + global: tdb_*; + local: *; +}; -- cgit