summaryrefslogtreecommitdiffstats
path: root/source3/script/mksyms.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix libtdb some to move back towards allowing out of tree buildsGerald (Jerry) Carter2008-03-241-1/+1
| | | | | | | | Remaining problem is that not all *.syms linker scripts are generated so the LD command needs to look in a single place. Out of tree builds now work but report write access to the source tree in order to create the $(srcdir)/expotrs/libtdb.sysms file. (This used to be commit 6e9287c5c3a6bbd15ec495593978c1a76e64ee60)
* Create symbols to export in libtdb dynamically from tdb.h.Michael Adam2008-02-141-0/+45
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)