| Revision: | 1.4 |
| Committed: | Sun Apr 14 09:43:19 2013 UTC (12 years, 7 months ago) by root |
| Branch: | MAIN |
| CVS Tags: | rel-4_4, rel-4_5, rel-4_6, rel-4_7, rel-4_2, rel-4_3, rel-4_81, rel-4_80, rel-4_52, rel-4_53, rel-4_51, rel-4_78, rel-4_79, rel-4_54, rel-4_74, rel-4_75, rel-4_76, rel-4_77, rel-4_71, rel-4_72, rel-4_73, rel-4_31, rel-4_32, rel-4_33, rel-4_34, HEAD |
| Changes since 1.3: | +1 -1 lines |
| Log Message: | move etp to etp.c, still not independent |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | root | 1.1 | AUTOMAKE_OPTIONS = foreign no-dependencies |
| 2 | |||
| 3 | VERSION_INFO = 1:0 | ||
| 4 | |||
| 5 | root | 1.4 | EXTRA_DIST = LICENSE Changes autogen.sh etp.c |
| 6 | root | 1.1 | |
| 7 | #man_MANS = ev.3 | ||
| 8 | |||
| 9 | root | 1.3 | include_HEADERS = eio.h |
| 10 | root | 1.1 | |
| 11 | lib_LTLIBRARIES = libeio.la | ||
| 12 | |||
| 13 | root | 1.3 | libeio_la_SOURCES = eio.c ecb.h xthread.h config.h |
| 14 | root | 1.1 | libeio_la_LDFLAGS = -version-info $(VERSION_INFO) |
| 15 |