From 93b5639e63ceae64f9f2e58ece0154c07a483323 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 22 Aug 2001 22:11:50 +0000 Subject: [PATCH] add LIB_openpty git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10526 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/telnet/telnetd/Makefile.am | 1 + cf/Makefile.am.common | 1 + 2 files changed, 2 insertions(+) diff --git a/appl/telnet/telnetd/Makefile.am b/appl/telnet/telnetd/Makefile.am index a6c7d2edf..7debfd9b4 100644 --- a/appl/telnet/telnetd/Makefile.am +++ b/appl/telnet/telnetd/Makefile.am @@ -20,5 +20,6 @@ LDADD = \ $(LIB_des) \ $(LIB_tgetent) \ $(LIB_logwtmp) \ + $(LIB_openpty) \ $(LIB_kdfs) \ $(LIB_roken) diff --git a/cf/Makefile.am.common b/cf/Makefile.am.common index b396e0bbb..225ba54f7 100644 --- a/cf/Makefile.am.common +++ b/cf/Makefile.am.common @@ -32,6 +32,7 @@ LIB_getsockopt = @LIB_getsockopt@ LIB_logout = @LIB_logout@ LIB_logwtmp = @LIB_logwtmp@ LIB_odm_initialize = @LIB_odm_initialize@ +LIB_openpty = @LIB_openpty@ LIB_pidfile = @LIB_pidfile@ LIB_res_search = @LIB_res_search@ LIB_setpcred = @LIB_setpcred@