*** empty log message ***
[heimdal.git] / appl / rsh / Makefile.am
blobb8442509461e4d116ed2a9ebef5a0899b3d0d055
1 # $Id$
3 include $(top_srcdir)/Makefile.am.common
5 INCLUDES += $(INCLUDE_krb4)
7 bin_PROGRAMS = rsh
9 libexec_PROGRAMS = rshd
11 rsh_SOURCES  = rsh.c common.c rsh_locl.h
13 rshd_SOURCES = rshd.c common.c rsh_locl.h
15 LDADD = $(LIB_kafs) \
16         $(LIB_krb5) \
17         $(LIB_krb4) \
18         $(top_builddir)/lib/des/libdes.la \
19         $(LIB_roken)