mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-13 06:16:10 -04:00
fix source files
svn:r89
This commit is contained in:
parent
e2f06f4f6a
commit
d780375fc4
@ -1,15 +1,17 @@
|
|||||||
AUTOMAKE_OPTIONS = foreign no-dependencies
|
AUTOMAKE_OPTIONS = foreign no-dependencies
|
||||||
|
|
||||||
CFLAGS = -Wall -Werror @CFLAGS@
|
CFLAGS = -Wall @CFLAGS@
|
||||||
SUBDIRS = . sample test
|
SUBDIRS = . sample test
|
||||||
|
|
||||||
EXTRA_DIST = acconfig.h err.c event.h evsignal.h event.3 \
|
EXTRA_DIST = acconfig.h err.c event.h evsignal.h event.3 kqueue.c \
|
||||||
|
epoll_sub.c epoll.c select.c rtsig.c poll.c signal.c \
|
||||||
sample/Makefile.am sample/Makefile.in sample/event-test.c \
|
sample/Makefile.am sample/Makefile.in sample/event-test.c \
|
||||||
sample/signal-test.c sample/time-test.c \
|
sample/signal-test.c sample/time-test.c \
|
||||||
test/Makefile.am test/Makefile.in test/bench.c test/regress.c \
|
test/Makefile.am test/Makefile.in test/bench.c test/regress.c \
|
||||||
test/test-eof.c test/test-weof.c test/test-time.c \
|
test/test-eof.c test/test-weof.c test/test-time.c \
|
||||||
|
test/test-init.c test/test.sh \
|
||||||
compat/err.h compat/sys/queue.h compat/sys/tree.h compat/sys/_time.h \
|
compat/err.h compat/sys/queue.h compat/sys/tree.h compat/sys/_time.h \
|
||||||
WIN32-Code WIN32-Code/config.h WIN32-Code/win32.c~ WIN32-Code/misc.c \
|
WIN32-Code WIN32-Code/config.h WIN32-Code/misc.c \
|
||||||
WIN32-Code/win32.c WIN32-Code/misc.h \
|
WIN32-Code/win32.c WIN32-Code/misc.h \
|
||||||
WIN32-Prj WIN32-Prj/event_test WIN32-Prj/event_test/event_test.dsp \
|
WIN32-Prj WIN32-Prj/event_test WIN32-Prj/event_test/event_test.dsp \
|
||||||
WIN32-Prj/event_test/test.txt WIN32-Prj/libevent.dsp \
|
WIN32-Prj/event_test/test.txt WIN32-Prj/libevent.dsp \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user