Make it possible to build libevents standalone.
authorSimo Sorce <idra@samba.org>
Thu, 24 Apr 2008 21:28:30 +0000 (17:28 -0400)
committerSimo Sorce <idra@samba.org>
Wed, 14 May 2008 04:03:01 +0000 (00:03 -0400)
commit10415bb738d51afdebbfeae976923e086805ae84
tree2b880295eaea47cfdf5acb67a286d160e2f2adcb
parentda2179ee5d5b6094ab63a9d9d6a8d59893937087
Make it possible to build libevents standalone.
17 files changed:
source/lib/events/Makefile.in [new file with mode: 0644]
source/lib/events/autogen.sh [new file with mode: 0755]
source/lib/events/config.mk
source/lib/events/configure.ac [new file with mode: 0644]
source/lib/events/events.c
source/lib/events/events.i
source/lib/events/events.mk [new file with mode: 0644]
source/lib/events/events.pc.in [new file with mode: 0644]
source/lib/events/events_epoll.c
source/lib/events/events_select.c
source/lib/events/events_signal.c
source/lib/events/events_standard.c
source/lib/events/events_timed.c
source/lib/events/events_util.c [new file with mode: 0644]
source/lib/events/events_util.h [new file with mode: 0644]
source/lib/events/events_wrap.c
source/lib/events/libevents.m4