]> granicus.if.org Git - libevent/commitdiff
version 0.7
authorNiels Provos <provos@gmail.com>
Mon, 14 Apr 2003 17:32:19 +0000 (17:32 +0000)
committerNiels Provos <provos@gmail.com>
Mon, 14 Apr 2003 17:32:19 +0000 (17:32 +0000)
svn:r66

Makefile.am
configure.in

index fe756916207d7e65ab9426f22e09c6cb1e53d959..8a3f151ff3b807b32241f3d395602f8a75c9b672 100644 (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
 
index f085ae3b33cc58bc24b7b9f05d2715c4ea2e3b4f..f0c8953e563bf8cba68411c7849ea8666fc9fcb4 100644 (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.