From 7fdf9c4cba235536da2370988554d6cdf6a09783 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Tue, 29 May 2001 09:48:20 +0000 Subject: [PATCH] build base64_test git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10014 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/roken/Makefile.am b/lib/roken/Makefile.am index c5a2e2e90..46b7e3a3b 100644 --- a/lib/roken/Makefile.am +++ b/lib/roken/Makefile.am @@ -18,7 +18,8 @@ nodist_make_roken_SOURCES = make-roken.c check_PROGRAMS = parse_bytes-test \ strpftime-test \ - getaddrinfo-test + getaddrinfo-test \ + base64-test TESTS = $(check_PROGRAMS) @@ -29,6 +30,7 @@ common_LDADD = libroken.la $(LIB_crypt) strpftime_test_SOURCES = strpftime-test.c strftime.c strptime.c snprintf.c ##snprintf_test_SOURCES = snprintf-test.c snprintf.c ##snprintf_test_LDADD = $(common_LDADD) -lm +base64_test_LDADD = $(common_LDADD) getaddrinfo_test_LDADD = $(common_LDADD) parse_bytes_test_LDADD = $(common_LDADD)