mirror of
https://github.com/samba-team/samba.git
synced 2025-02-10 13:57:47 +03:00
using other implementations possible. This will be mostly usefull for client apps which have there own event loop and want to use our client libs - add a example plugin for liboop (see http://liboop.org) NOTE: this just compiles and is completly untested and is commited only as example metze (This used to be commit b3d0a410efe856e3bcf127f00c31905f5a23cc04)
10 lines
267 B
Makefile
10 lines
267 B
Makefile
##############################
|
|
# Start SUBSYSTEM LIBEVENTS
|
|
[SUBSYSTEM::LIBEVENTS]
|
|
NOPROTO = YES
|
|
INIT_OBJ_FILES = lib/events/events.o
|
|
ADD_OBJ_FILES = lib/events/events_standard.o
|
|
REQUIRED_SUBSYSTEMS = LIBTALLOC
|
|
# End SUBSYSTEM LIBEVENTS
|
|
##############################
|