summaryrefslogtreecommitdiff
path: root/lib/tevent/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2009-06-15Add exports file and abi checker for teventSimo Sorce1-1/+6
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 tevent.h contents and the gcc -aux-info option
2009-05-19tevent/python: Makefile was still trying to build some non AC_SUBST python ↵Jelmer Vernooij1-7/+1
targets Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
2008-12-30lib/tevent: fix standalone make distclean realdistcleanStefan Metzmacher1-2/+2
Bug report by Brad Hards <bradh@frogmouth.net>. metze
2008-12-20Stop using SWIG for ldb Python bindings.Jelmer Vernooij1-1/+0
2008-12-17s4:lib/tevent: add lib/events/ compat and let things compileStefan Metzmacher1-18/+18
metze
2008-12-17s4:lib/events: move to toplevel directory as lib/tevent/Stefan Metzmacher1-0/+81
This commit will not compile on its own. metze