summaryrefslogtreecommitdiff
path: root/source3/script/mksyms.awk
AgeCommit message (Collapse)AuthorFilesLines
2008-05-23build: add symbol versioning when we build with gnu ldStefan Metzmacher1-3/+0
There's --enable-symbol-versioning=no to disable it. metze (cherry picked from commit cb5492978b6b157f529806afb2f5fc6202888129) (This used to be commit a739652d94300881479262648592223536fc8eec)
2008-02-14Create symbols to export in libtdb dynamically from tdb.h.Michael Adam1-0/+76
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)