summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent.mk
AgeCommit message (Collapse)AuthorFilesLines
2009-05-16tevent: Remove python module.Jelmer Vernooij1-20/+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.
2009-05-16tevent: Install tevent_internal.h in the standalone build.Jelmer Vernooij1-0/+1
This is not ideal, but at least it fixes the build of samba-gtk for now. I've also added a warning about API guarantees at the top of the header.
2009-01-30Do not install private headersSimo Sorce1-2/+0
2009-01-03tevent: fix standalone make testStefan Metzmacher1-5/+6
metze
2008-12-23Fix more compiler warnings.Jelmer Vernooij1-0/+1
2008-12-23Install tevent_internal.h, as Samba 4 needs it.Jelmer Vernooij1-0/+1
2008-12-23standalone: Use more variables, preparing to include these files from mainJelmer Vernooij1-5/+6
Samba 4 makefile.
2008-12-22Fix installation of standalone tevent Python module.Jelmer Vernooij1-2/+1
2008-12-20Stop using SWIG for ldb Python bindings.Jelmer Vernooij1-9/+5
2008-12-20Fix standalone compilation of events library.Jelmer Vernooij1-22/+20
2008-12-17s4:lib/events: move to toplevel directory as lib/tevent/Stefan Metzmacher1-0/+59
This commit will not compile on its own. metze