]> granicus.if.org Git - libevent/commitdiff
Rename win32.c to win32select.c, and take it out of the WIN32-Code ghetto.
authorNick Mathewson <nickm@torproject.org>
Thu, 5 Nov 2009 18:49:08 +0000 (18:49 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 5 Nov 2009 18:49:08 +0000 (18:49 +0000)
svn:r1504

Makefile.am
win32select.c [moved from WIN32-Code/win32.c with 100% similarity]

index 81857c423e53799b887d90fe5d9df0da4600f33a..ac0d5ed78e75256112cec1dea190c19122920601 100644 (file)
@@ -42,7 +42,7 @@ EXTRA_DIST = \
        libevent.pc \
        Doxyfile \
        kqueue.c epoll_sub.c epoll.c select.c poll.c signal.c \
-       evport.c devpoll.c event_rpcgen.py \
+       evport.c devpoll.c win32select.c event_rpcgen.py \
        event_iocp.c buffer_iocp.c iocp-internal.h \
        sample/Makefile.am sample/Makefile.in sample/event-test.c \
        sample/signal-test.c sample/time-test.c \
@@ -55,7 +55,6 @@ EXTRA_DIST = \
        whatsnew-2.0.txt \
        bufferevent_async.c \
        WIN32-Code/event-config.h \
-       WIN32-Code/win32.c \
        WIN32-Code/tree.h \
        WIN32-Prj/event_test/event_test.dsp \
        WIN32-Prj/event_test/test.txt WIN32-Prj/libevent.dsp \
@@ -75,7 +74,7 @@ SUBDIRS = . include sample test
 if BUILD_WIN32
 
 SYS_LIBS = -lws2_32
-SYS_SRC = WIN32-Code/win32.c evthread_win32.c buffer_iocp.c event_iocp.c \
+SYS_SRC = win32select.c evthread_win32.c buffer_iocp.c event_iocp.c \
        bufferevent_async.c
 SYS_INCLUDES = -IWIN32-Code
 
similarity index 100%
rename from WIN32-Code/win32.c
rename to win32select.c