summaryrefslogtreecommitdiff
path: root/lib/talloc/talloc.mk
AgeCommit message (Collapse)AuthorFilesLines
2010-01-06talloc: create symbol links to shared libraries see ↵Brian Lu1-0/+5
https://bugzilla.samba.org/show_bug.cgi?id=6991 for details Signed-off-by: Stefan Metzmacher <metze@samba.org>
2009-08-30talloc: run abi_checks as part of "make test"Michael Adam1-0/+2
Michael
2009-08-30talloc: remove files generated by "make abi_check" in "make clean"Michael Adam1-0/+2
Michael
2009-08-30talloc: add a target "abi_checks" to talloc.Michael Adam1-0/+4
Simply run "make abi_checks" to call the abi check script appropriately. Michael
2009-08-24talloc: add defines and functions for TALLOC_MAJOR/MINOR_VERSIONStefan Metzmacher1-2/+2
We also use the major and minor versions in the TALLOC_MAGIC, so that we can detect if two conflicting versions of talloc are loaded in one process. In this case we use talloc_log() to output a very useful debug message before we call talloc_abort(). metze
2009-06-15Add exports file and abi checker for tallocSimo Sorce1-0/+1
This is a first attempt at exporting symbols only for public functions We also provide a rudimentary ABI checker that tries to check that function signatures are not changed by mistake. Given our use of macros this is not an API checker. It's all based on talloc.h contents and the gcc -aux-info option
2008-12-23standalone: Use more variables, preparing to include these files from mainJelmer Vernooij1-4/+5
Samba 4 makefile.
2008-12-23Fix prefixing swig library directory with prefix.Jelmer Vernooij1-2/+2
2008-09-22lib/talloc: move main() out of testsuite.cStefan Metzmacher1-3/+3
metze
2008-09-19Add shared-build target to talloc.Simo Sorce1-2/+2
Useful to build multiple standalone libraries that depend on each other without having to install them to the final install dir during the build.
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij1-0/+37