Revision: | 1.3 |
Committed: | Thu Oct 9 21:01:12 2003 UTC (21 years 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. |
# | User | Rev | Content |
---|---|---|---|
1 | tdb | 1.1 | # Makefile for libukcprog/src |
2 | tdb | 1.2 | # http://www.i-scream.org/ |
3 | tdb | 1.3 | # $Id: Makefile.am,v 1.2 2003/09/26 21:22:45 tdb Exp $ |
4 | tdb | 1.1 | |
5 | include_HEADERS = ukcprog.h | ||
6 | lib_LTLIBRARIES = libukcprog.la | ||
7 | |||
8 | tdb | 1.3 | libukcprog_la_LDFLAGS = -version-info 0:1:0 |
9 | tdb | 1.1 | |
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 |