diff --git a/appl/rsh/Makefile.am b/appl/rsh/Makefile.am index 77b278daa..3cbabd9da 100644 --- a/appl/rsh/Makefile.am +++ b/appl/rsh/Makefile.am @@ -12,11 +12,14 @@ libexec_PROGRAMS = rshd rsh_SOURCES = rsh.c common.c rsh_locl.h -rshd_SOURCES = rshd.c common.c login_access.c rsh_locl.h +rshd_SOURCES = rshd.c common.c login_access.c limits_conf.c rsh_locl.h login_access.c: $(LN_S) $(srcdir)/../login/login_access.c . +limits_conf.c: + $(LN_S) $(srcdir)/../login/limits_conf.c . + LDADD = $(LIB_kafs) \ $(LIB_krb5) \ $(LIB_krb4) \