summaryrefslogtreecommitdiffstats
path: root/lib/tevent/rules.mk
Commit message (Collapse)AuthorAgeFilesLines
* Add exports file and abi checker for teventSimo Sorce2009-06-151-1/+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 tevent.h contents and the gcc -aux-info option
* tevent: Remove python module.Jelmer Vernooij2009-05-161-3/+0
| | | | | | | | | This module didn't have any functionality that we actually used yet, and it was quite small. Tevent is quite low level and perhaps doesn't make much sense to expose directly as a Python module. It was also causing build problems when used with a system-tevent. We can always back later if necessary.
* Fix standalone compilation of events library.Jelmer Vernooij2008-12-201-1/+1
|
* s4:lib/events: move to toplevel directory as lib/tevent/Stefan Metzmacher2008-12-171-0/+21
This commit will not compile on its own. metze