diff --git a/lib/roken/Makefile.am b/lib/roken/Makefile.am index ee8892774..4ccfb7d95 100644 --- a/lib/roken/Makefile.am +++ b/lib/roken/Makefile.am @@ -41,6 +41,8 @@ parse_reply_test_CFLAGS = -DTEST_RESOLVE test_readenv_SOURCES = test-readenv.c test-mem.c +rkpty_LDADD = $(LIB_openpty) $(LDADD) + parse_time_test_SOURCES = parse_time-test.c test-mem.c strpftime_test_SOURCES = strpftime-test.c strpftime-test.h