s4:lib/events: move to toplevel directory as lib/tevent/
authorStefan Metzmacher <metze@samba.org>
Tue, 16 Dec 2008 15:10:22 +0000 (16:10 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 17 Dec 2008 12:31:28 +0000 (13:31 +0100)
This commit will not compile on its own.

metze

30 files changed:
lib/tevent/Makefile.in [moved from source4/lib/events/Makefile.in with 100% similarity]
lib/tevent/autogen.sh [moved from source4/lib/events/autogen.sh with 100% similarity]
lib/tevent/build_macros.m4 [moved from source4/lib/events/build_macros.m4 with 100% similarity]
lib/tevent/config.mk [moved from source4/lib/events/config.mk with 100% similarity]
lib/tevent/configure.ac [moved from source4/lib/events/configure.ac with 100% similarity]
lib/tevent/events.i [moved from source4/lib/events/events.i with 100% similarity]
lib/tevent/events.py [moved from source4/lib/events/events.py with 100% similarity]
lib/tevent/events_wrap.c [moved from source4/lib/events/events_wrap.c with 100% similarity]
lib/tevent/libtalloc.m4 [moved from source4/lib/events/libtalloc.m4 with 100% similarity]
lib/tevent/libtevent.m4 [moved from source4/lib/events/libevents.m4 with 100% similarity]
lib/tevent/pkg.m4 [moved from source4/lib/events/pkg.m4 with 100% similarity]
lib/tevent/rules.mk [moved from source4/lib/events/rules.mk with 100% similarity]
lib/tevent/tests.py [moved from source4/lib/events/tests.py with 100% similarity]
lib/tevent/testsuite.c [moved from source4/lib/events/testsuite.c with 100% similarity]
lib/tevent/tevent.c [moved from source4/lib/events/events.c with 100% similarity]
lib/tevent/tevent.h [moved from source4/lib/events/events.h with 100% similarity]
lib/tevent/tevent.mk [moved from source4/lib/events/events.mk with 100% similarity]
lib/tevent/tevent.pc.in [moved from source4/lib/events/events.pc.in with 100% similarity]
lib/tevent/tevent_aio.c [moved from source4/lib/events/events_aio.c with 100% similarity]
lib/tevent/tevent_debug.c [moved from source4/lib/events/events_debug.c with 100% similarity]
lib/tevent/tevent_epoll.c [moved from source4/lib/events/events_epoll.c with 100% similarity]
lib/tevent/tevent_internal.h [moved from source4/lib/events/events_internal.h with 100% similarity]
lib/tevent/tevent_liboop.c [moved from source4/lib/events/events_liboop.c with 100% similarity]
lib/tevent/tevent_s4.c [moved from source4/lib/events/events_s4.c with 100% similarity]
lib/tevent/tevent_select.c [moved from source4/lib/events/events_select.c with 100% similarity]
lib/tevent/tevent_signal.c [moved from source4/lib/events/events_signal.c with 100% similarity]
lib/tevent/tevent_standard.c [moved from source4/lib/events/events_standard.c with 100% similarity]
lib/tevent/tevent_timed.c [moved from source4/lib/events/events_timed.c with 100% similarity]
lib/tevent/tevent_util.c [moved from source4/lib/events/events_util.c with 100% similarity]
lib/tevent/tevent_util.h [moved from source4/lib/events/events_util.h with 100% similarity]

similarity index 100%
rename from source4/lib/events/pkg.m4
rename to lib/tevent/pkg.m4