From 390feff0cbc87b6251adff12e28f23b1db04dde7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 27 Apr 2006 09:17:54 +0000 Subject: [PATCH] rshd_SOURCES += add limits_conf.c git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17303 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/rsh/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) \