diff options
author | root <root> | 2007-12-12 22:26:37 +0000 |
---|---|---|
committer | root <root> | 2007-12-12 22:26:37 +0000 |
commit | 9265226edb9bb3d78b5fb0255634878ace52d832 (patch) | |
tree | 941c80959f2c06ae857b952db54edfb48a8b1cec /import_libevent | |
parent | 471c0cc622684d85d6361cc79f32e2436ad079e5 (diff) |
*** empty log message ***
Diffstat (limited to 'import_libevent')
-rwxr-xr-x | import_libevent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import_libevent b/import_libevent index 024448b..e13ec92 100755 --- a/import_libevent +++ b/import_libevent @@ -91,7 +91,7 @@ perl -ne ' s/\bevent-internal.h\b//g; s/\bevsignal.h\b//g; s/^(man_MANS\s*=)/$1 ev.3 /; - s/^(EXTRA_DIST\s*=)/$1 libev.m4 ev.h ev_vars.h ev_wrap.h event_compat.h ev++.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/^(EXTRA_DIST\s*=)/$1 libev.m4 ev.h ev_vars.h ev_wrap.h event_compat.h ev++.h ev_epoll.c ev_select.c ev_poll.c ev_kqueue.c ev_port.c ev_win32.c ev.3 ev.pod /; s/^(include_HEADERS\s*=)/$1 ev.h event_compat.h ev++.h /; s/^(CORE_SRC\s*=)/$1 ev.c /; s/^(SYS_LIBS\s*=)/$1 -lm /; |