version 0.7

svn:r66
This commit is contained in:
Niels Provos 2003-04-14 17:32:19 +00:00
parent f9e0c44925
commit 670b94e479
2 changed files with 8 additions and 4 deletions

View File

@ -3,9 +3,13 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
CFLAGS += -Wall -g -O2
SUBDIRS = . sample test
EXTRA_DIST = acconfig.h evsignal.h \
test/Makefile.in compat/err.h compat/sys/queue.h \
compat/sys/tree.h compat/sys/_time.h
EXTRA_DIST = acconfig.h epoll.c err.c event.h kqueue.c select.c \
epoll_sub.c evsignal.h poll.c signal.c event.3 \
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

View File

@ -2,7 +2,7 @@ dnl configure.in for libevent
dnl Dug Song <dugsong@monkey.org>
AC_INIT(event.c)
AM_INIT_AUTOMAKE(libevent,0.6)
AM_INIT_AUTOMAKE(libevent,0.7)
AM_CONFIG_HEADER(config.h)
dnl Initialize prefix.