Deleted Added
full compact
Makefile.am (57419) Makefile.am (57422)
1# $Id: Makefile.am,v 1.69 2000/02/13 20:34:03 assar Exp $
1# $Id: Makefile.am,v 1.70 2000/02/19 18:53:13 assar Exp $
2
3include $(top_srcdir)/Makefile.am.common
4
5CLEANFILES = roken.h make-roken.c print_version.h
6
7lib_LTLIBRARIES = libroken.la
2
3include $(top_srcdir)/Makefile.am.common
4
5CLEANFILES = roken.h make-roken.c print_version.h
6
7lib_LTLIBRARIES = libroken.la
8libroken_la_LDFLAGS = -version-info 7:0:2
8libroken_la_LDFLAGS = -version-info 7:1:2
9
10noinst_PROGRAMS = make-roken make-print-version
11
12check_PROGRAMS = parse_bytes-test strpftime-test getaddrinfo-test
13TESTS = $(check_PROGRAMS)
14
15getaddrinfo_test_LDADD = libroken.la
16parse_bytes_test_LDADD = libroken.la

--- 163 unchanged lines hidden ---
9
10noinst_PROGRAMS = make-roken make-print-version
11
12check_PROGRAMS = parse_bytes-test strpftime-test getaddrinfo-test
13TESTS = $(check_PROGRAMS)
14
15getaddrinfo_test_LDADD = libroken.la
16parse_bytes_test_LDADD = libroken.la

--- 163 unchanged lines hidden ---