1# $Id: Makefile.am,v 1.14 2000/02/07 03:13:00 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 $(top_builddir)/lib/des/libdes.la \ 18 $(LIB_krb4) \ 19 $(top_builddir)/lib/des/libdes.la \ 20 $(LIB_roken) 21