summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent.mk
AgeCommit message (Collapse)AuthorFilesLines
2010-01-06tevent: create symbol links to shared libraries see ↵Brian Lu1-0/+4
https://bugzilla.samba.org/show_bug.cgi?id=6991 for details Signed-off-by: Stefan Metzmacher <metze@samba.org>
2009-09-11tevent: add abi_checks to "make test"Michael Adam1-0/+2
Michael
2009-09-11tevent: remove filese generated by "make abi_checks" in "make clean".Michael Adam1-0/+2
Michael
2009-09-11tevent: add a make target "make abi_checks"Michael Adam1-0/+4
Michael
2009-07-03Expose functions need by backend writersSimo Sorce1-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.
2009-06-18Revert "For tevent to install tevent_util.h"Simo Sorce1-1/+0
This reverts commit b112cc5503350b248949bdbcce8072f5523ce877. tevent_util.h is a private header. Must not be installed.
2009-06-18For tevent to install tevent_util.hEric Sandall1-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.
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