diff --git a/lib/roken/Makefile.am b/lib/roken/Makefile.am index c61ec5120..2cb4ab375 100644 --- a/lib/roken/Makefile.am +++ b/lib/roken/Makefile.am @@ -19,7 +19,8 @@ check_PROGRAMS = \ parse_bytes-test \ parse_reply-test \ snprintf-test \ - strpftime-test + strpftime-test \ + resolve-test TESTS = $(check_PROGRAMS) @@ -39,6 +40,8 @@ snprintf_test_SOURCES = snprintf-test.c snprintf_test_LDADD = libtest.la $(LDADD) snprintf_test_CFLAGS = -DTEST_SNPRINTF +resolve_test_SOURCES = resolve-test.c + libroken_la_SOURCES = \ base64.c \ bswap.c \