summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2007-11-16 02:42:11 +0000
committerroot <root>2007-11-16 02:42:11 +0000
commit1bb2b69718177b8e0629011eefd932b9ef9ee219 (patch)
treeaaaa4e2bbe1a43a2fc8948b074bc9505efb7bc15
parent29b59e0113de14d04e3d0820eaae99ae0692f02d (diff)
*** empty log message ***
-rwxr-xr-ximport_libevent2
1 files changed, 1 insertions, 1 deletions
diff --git a/import_libevent b/import_libevent
index a39c172..78de8d8 100755
--- a/import_libevent
+++ b/import_libevent
@@ -82,7 +82,7 @@ perl -ne '
s/\bevsignal.h\b//g;
s/-Wall//;
s/^(man_MANS\s*=)/$1 ev.3 /;
- s/^(EXTRA_DIST\s*=)/$1 ev.h ev_vars.h ev_wrap.h event_compat.h ev_epoll.c ev_select.c ev_poll.c ev_kqueue.c ev_win32.c ev.3 ev.pod ev.html /;
+ s/^(EXTRA_DIST\s*=)/$1 ev.h ev_vars.h ev_wrap.h event_compat.h ev_epoll.c ev_select.c ev_poll.c ev_kqueue.c ev_port.c ev_win32.c ev.3 ev.pod ev.html /;
s/^(include_HEADERS\s*=)/$1 ev.h event_compat.h /;
s/^(CORE_SRC\s*=)/$1 ev.c /;
s/^(SYS_LIBS\s*=)/$1 -lm /;