From 025fee4239c73a8387d6cf1bb039be78aca28bb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 27 Apr 2008 18:50:27 +0000 Subject: [PATCH] Add rkpty. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23098 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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