| Revision: | 1.3 |
| Committed: | Thu Oct 9 21:01:12 2003 UTC (22 years, 2 months ago) by tdb |
| Branch: | MAIN |
| CVS Tags: | LIBUKCPROG_1_0_2, HEAD |
| Changes since 1.2: | +2 -2 lines |
| Log Message: | Catch up the shared library version that should have been updated in the last release. |
| # | Content |
|---|---|
| 1 | # Makefile for libukcprog/src |
| 2 | # http://www.i-scream.org/ |
| 3 | # $Id: Makefile.am,v 1.2 2003/09/26 21:22:45 tdb Exp $ |
| 4 | |
| 5 | include_HEADERS = ukcprog.h |
| 6 | lib_LTLIBRARIES = libukcprog.la |
| 7 | |
| 8 | libukcprog_la_LDFLAGS = -version-info 0:1:0 |
| 9 | |
| 10 | libukcprog_la_SOURCES = alloc.c config.c e_malloc.c e_realloc.c ebuf.c errf.c formf.c fpgetline.c ip.c logf.c panic.c sccsdata.c ssplit.c strf.c strnf.c strsave.c strtol.c |