2001-06-21 02:12:07 +00:00
|
|
|
# $Id: Makefile.am,v 1.16 2001/02/07 05:09:06 assar Exp $
|
2000-01-09 20:58:00 +00:00
|
|
|
|
|
|
|
include $(top_srcdir)/Makefile.am.common
|
|
|
|
|
2001-06-21 02:12:07 +00:00
|
|
|
INCLUDES += $(INCLUDE_krb4) -I$(srcdir)/../login
|
2000-01-09 20:58:00 +00:00
|
|
|
|
|
|
|
bin_PROGRAMS = rsh
|
|
|
|
|
|
|
|
libexec_PROGRAMS = rshd
|
|
|
|
|
|
|
|
rsh_SOURCES = rsh.c common.c rsh_locl.h
|
|
|
|
|
2001-06-21 02:12:07 +00:00
|
|
|
rshd_SOURCES = rshd.c common.c login_access.c rsh_locl.h
|
|
|
|
|
|
|
|
login_access.c:
|
|
|
|
$(LN_S) $(srcdir)/../login/login_access.c .
|
2000-01-09 20:58:00 +00:00
|
|
|
|
|
|
|
LDADD = $(LIB_kafs) \
|
|
|
|
$(LIB_krb5) \
|
|
|
|
$(LIB_krb4) \
|
2001-02-13 16:46:19 +00:00
|
|
|
$(LIB_des) \
|
2001-06-21 02:12:07 +00:00
|
|
|
$(LIB_roken) \
|
|
|
|
$(LIB_kdfs)
|