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 | 8e3ae7baaf287f70123eda7aa478ac82812e7c81 (patch) | |
tree | a023fc1b4a499fa7084aacbde73681b7588a1633 /source3/exports | |
parent | 879b32806df9304b46fc311073e623295ecbb974 (diff) | |
download | samba-8e3ae7baaf287f70123eda7aa478ac82812e7c81.tar.gz samba-8e3ae7baaf287f70123eda7aa478ac82812e7c81.tar.bz2 samba-8e3ae7baaf287f70123eda7aa478ac82812e7c81.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
(This used to be commit e92fdf6b202bd67a9bb6fcc1ced56513a2d0bd3f)
Diffstat (limited to 'source3/exports')
-rw-r--r-- | source3/exports/libtdb.syms | 4 |
1 files changed, 4 insertions, 0 deletions
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: *; +}; |