From 5902f508a7bd97cbfe436d09486c9d9cb8069ea4 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 3 Apr 2000 00:13:52 +0000 Subject: [PATCH] set version to 8:0:3 git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8096 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/Makefile.am | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/lib/roken/Makefile.am b/lib/roken/Makefile.am index 0aaab6012..b3c42d919 100644 --- a/lib/roken/Makefile.am +++ b/lib/roken/Makefile.am @@ -5,16 +5,22 @@ include $(top_srcdir)/Makefile.am.common CLEANFILES = roken.h make-roken.c print_version.h lib_LTLIBRARIES = libroken.la -libroken_la_LDFLAGS = -version-info 7:1:2 +libroken_la_LDFLAGS = -version-info 8:0:3 noinst_PROGRAMS = make-roken make-print-version -check_PROGRAMS = parse_bytes-test strpftime-test getaddrinfo-test +check_PROGRAMS = parse_bytes-test \ + strpftime-test \ + getaddrinfo-test \ + snprintf-test + TESTS = $(check_PROGRAMS) getaddrinfo_test_LDADD = libroken.la parse_bytes_test_LDADD = libroken.la strpftime_test_SOURCES = strpftime-test.c strftime.c strptime.c snprintf.c +snprintf_test_SOURCES = snprintf-test.c snprintf.c +snprintf_test_LDADD = -lm if KRB4 if KRB5 @@ -54,6 +60,7 @@ libroken_la_SOURCES = \ snprintf.c \ socket.c \ strcollect.c \ + timeval.c \ tm2time.c \ timeval.c \ verify.c \