From: Michael Poole Date: Wed, 30 Apr 2008 02:31:36 +0000 (-0400) Subject: src/Makefile.am: Fix typo in name of ioset-kevent.c. X-Git-Tag: v1.4.0-rc3~15 X-Git-Url: http://git.pk910.de/?p=srvx.git;a=commitdiff_plain;h=a7f2104589ffb6398189a45eb14a5a750aee58e1 src/Makefile.am: Fix typo in name of ioset-kevent.c. --- diff --git a/src/Makefile.am b/src/Makefile.am index 53522ac..37d5617 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -39,7 +39,7 @@ EXTRA_srvx_SOURCES = \ alloc-srvx.c \ config.h.win32 \ ioset-epoll.c \ - ioset-kqueue.c \ + ioset-kevent.c \ ioset-select.c \ ioset-win32.c \ mail-common.c \