summaryrefslogtreecommitdiffstats
path: root/lib/tevent/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* tevent: Drop autoconf-based build system for standalone build.Jelmer Vernooij2010-10-301-79/+0
|
* Add exports file and abi checker for teventSimo Sorce2009-06-151-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
* tevent/python: Makefile was still trying to build some non AC_SUBST python ↵Jelmer Vernooij2009-05-191-7/+1
| | | | | targets Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
* lib/tevent: fix standalone make distclean realdistcleanStefan Metzmacher2008-12-301-2/+2
| | | | | | Bug report by Brad Hards <bradh@frogmouth.net>. metze
* Stop using SWIG for ldb Python bindings.Jelmer Vernooij2008-12-201-1/+0
|
* s4:lib/tevent: add lib/events/ compat and let things compileStefan Metzmacher2008-12-171-18/+18
| | | | metze
* s4:lib/events: move to toplevel directory as lib/tevent/Stefan Metzmacher2008-12-171-0/+81
This commit will not compile on its own. metze