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)