rshd_SOURCES += add limits_conf.c

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17303 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-27 09:17:54 +00:00
parent b927ccbbf1
commit 390feff0cb

View File

@@ -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) \