summaryrefslogtreecommitdiffstats
path: root/lib/tevent/tevent.mk
Commit message (Collapse)AuthorAgeFilesLines
* Expose functions need by backend writersSimo Sorce2009-07-031-1/+0
| | | | | | | move publicly needed structures and functions in the public header. Stop installing internal headers. Update the signature and exports files with the new exposed function.
* Revert "For tevent to install tevent_util.h"Simo Sorce2009-06-181-1/+0
| | | | | | This reverts commit b112cc5503350b248949bdbcce8072f5523ce877. tevent_util.h is a private header. Must not be installed.
* For tevent to install tevent_util.hEric Sandall2009-06-181-0/+1
| | | | | | | Patch for bug #6270 This patch is for the future when samba4 builds using external libraries. With this patch, tevent now installs tevent_util.h which is required by samba4.
* tevent: Remove python module.Jelmer Vernooij2009-05-161-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.
* tevent: Install tevent_internal.h in the standalone build.Jelmer Vernooij2009-05-161-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.
* Do not install private headersSimo Sorce2009-01-301-2/+0
|
* tevent: fix standalone make testStefan Metzmacher2009-01-031-5/+6
| | | | metze
* Fix more compiler warnings.Jelmer Vernooij2008-12-231-0/+1
|
* Install tevent_internal.h, as Samba 4 needs it.Jelmer Vernooij2008-12-231-0/+1
|
* standalone: Use more variables, preparing to include these files from mainJelmer Vernooij2008-12-231-5/+6
| | | | Samba 4 makefile.
* Fix installation of standalone tevent Python module.Jelmer Vernooij2008-12-221-2/+1
|
* Stop using SWIG for ldb Python bindings.Jelmer Vernooij2008-12-201-9/+5
|
* Fix standalone compilation of events library.Jelmer Vernooij2008-12-201-22/+20
|
* s4:lib/events: move to toplevel directory as lib/tevent/Stefan Metzmacher2008-12-171-0/+59
This commit will not compile on its own. metze