summaryrefslogtreecommitdiff
path: root/source3/exports
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-02-14 14:15:07 +0100
committerMichael Adam <obnox@samba.org>2008-02-14 14:17:57 +0100
commitb09b3ac8f88d7b89501193efca3615518218d6f1 (patch)
treed87491fcc3df2a7512d7f4cb64ab3afb3be2dd4d /source3/exports
parent8e3ae7baaf287f70123eda7aa478ac82812e7c81 (diff)
downloadsamba-b09b3ac8f88d7b89501193efca3615518218d6f1.tar.gz
Create symbols to export in libtdb dynamically from tdb.h.
This adds a general mechanism to create version-scripts for linking shared libraries from one or several header files, similar to mkproto.sh/awk. Michael (This used to be commit 65817703c49a7410f4f0c8b46494ede6169d9fa6)
Diffstat (limited to 'source3/exports')
-rw-r--r--source3/exports/libtdb.syms4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/exports/libtdb.syms b/source3/exports/libtdb.syms
deleted file mode 100644
index 5d24771a1a3..00000000000
--- a/source3/exports/libtdb.syms
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- global: tdb_*;
- local: *;
-};