mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-13 14:26:30 -04:00
version 0.7
svn:r66
This commit is contained in:
parent
f9e0c44925
commit
670b94e479
10
Makefile.am
10
Makefile.am
@ -3,9 +3,13 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
|
|||||||
CFLAGS += -Wall -g -O2
|
CFLAGS += -Wall -g -O2
|
||||||
SUBDIRS = . sample test
|
SUBDIRS = . sample test
|
||||||
|
|
||||||
EXTRA_DIST = acconfig.h evsignal.h \
|
EXTRA_DIST = acconfig.h epoll.c err.c event.h kqueue.c select.c \
|
||||||
test/Makefile.in compat/err.h compat/sys/queue.h \
|
epoll_sub.c evsignal.h poll.c signal.c event.3 \
|
||||||
compat/sys/tree.h compat/sys/_time.h
|
sample/Makefile.am sample/Makefile.in sample/event-test.c \
|
||||||
|
sample/signal-test.c sample/time-test.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 \
|
||||||
|
compat/err.h compat/sys/queue.h compat/sys/tree.h compat/sys/_time.h
|
||||||
|
|
||||||
lib_LIBRARIES = libevent.a
|
lib_LIBRARIES = libevent.a
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ dnl configure.in for libevent
|
|||||||
dnl Dug Song <dugsong@monkey.org>
|
dnl Dug Song <dugsong@monkey.org>
|
||||||
AC_INIT(event.c)
|
AC_INIT(event.c)
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE(libevent,0.6)
|
AM_INIT_AUTOMAKE(libevent,0.7)
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
dnl Initialize prefix.
|
dnl Initialize prefix.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user