| Revision: | 1.2 |
| Committed: | Sat Dec 22 16:37:08 2007 UTC (17 years, 10 months ago) by root |
| Branch: | MAIN |
| CVS Tags: | rel-2_0 |
| Changes since 1.1: | +1 -1 lines |
| Log Message: | *** empty log message *** |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | root | 1.1 | AUTOMAKE_OPTIONS = foreign no-dependencies |
| 2 | |||
| 3 | root | 1.2 | VERSION_INFO = 2:0 |
| 4 | root | 1.1 | |
| 5 | EXTRA_DIST = LICENSE libev.m4 autogen.sh \ | ||
| 6 | ev.h ev_vars.h ev_wrap.h event_compat.h ev++.h event.h \ | ||
| 7 | ev_epoll.c ev_select.c ev_poll.c ev_kqueue.c ev_port.c ev_win32.c \ | ||
| 8 | ev.3 ev.pod | ||
| 9 | |||
| 10 | man_MANS = ev.3 | ||
| 11 | |||
| 12 | include_HEADERS = ev.h event_compat.h ev++.h event.h | ||
| 13 | |||
| 14 | lib_LTLIBRARIES = libev.la | ||
| 15 | |||
| 16 | libev_la_SOURCES = ev.c event.c | ||
| 17 | libev_la_LDFLAGS = -version-info $(VERSION_INFO) | ||
| 18 |