summaryrefslogtreecommitdiff
path: root/source4/lib/events/events.mk
AgeCommit message (Collapse)AuthorFilesLines
2008-12-17s4:lib/events: move to toplevel directory as lib/tevent/Stefan Metzmacher1-59/+0
This commit will not compile on its own. metze
2008-09-19Fix libevents standalone buildSimo Sorce1-2/+2
Make sure to build against libtalloc.a and not individual talloc objects, so that the library can be also built against libtalloc.so and use it as a shared library instead of statically compiling talloc. Also add shared-build target to the events library. Useful to build multiple standalone libraries that depend on each other without having to install them to the final install dir during the build.
2008-06-14This patch make it possible to build the events library completelySimo Sorce1-37/+37
standalone with no ties to internal samba4 functions Samba4 itself just uses the plain library, compatibility glue is in events_s4.c only (This used to be commit 7109b6a5a19eb2dbef4259104858b171298bad6e)
2008-05-14Make it possible to build libevents standalone.Simo Sorce1-0/+59
(This used to be commit 10415bb738d51afdebbfeae976923e086805ae84)