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@