diff options
author | Michael Adam <obnox@samba.org> | 2008-02-14 13:29:44 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-02-14 14:17:57 +0100 |
commit | e92fdf6b202bd67a9bb6fcc1ced56513a2d0bd3f (patch) | |
tree | b7d4ef9a898ea81871e8b0a48336e4749c75e3d3 /source/exports | |
parent | 9cf3be852024f05a73bf23fe5df6264e5252889b (diff) | |
download | samba-e92fdf6b202bd67a9bb6fcc1ced56513a2d0bd3f.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
Diffstat (limited to 'source/exports')
-rw-r--r-- | source/exports/libtdb.syms | 4 |
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: *; +}; |