1# $Id: Makefile.am,v 1.13 1999/04/09 18:24:05 assar Exp $ 2 3include $(top_srcdir)/Makefile.am.common 4 5INCLUDES += $(INCLUDE_krb4) 6 7bin_PROGRAMS = rsh 8 9libexec_PROGRAMS = rshd 10 11rsh_SOURCES = rsh.c common.c rsh_locl.h 12 13rshd_SOURCES = rshd.c common.c rsh_locl.h 14 15LDADD = $(LIB_kafs) \ 16 $(LIB_krb5) \ 17 $(LIB_krb4) \ 18 $(top_builddir)/lib/des/libdes.la \ 19 $(LIB_roken) 20