
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9176 ec53bebd-3082-4978-b11e-865c3cabbd6b
20 lines
289 B
Makefile
20 lines
289 B
Makefile
# $Id$
|
|
|
|
include $(top_srcdir)/Makefile.am.common
|
|
|
|
INCLUDES += $(INCLUDE_krb4)
|
|
|
|
bin_PROGRAMS = rsh
|
|
|
|
libexec_PROGRAMS = rshd
|
|
|
|
rsh_SOURCES = rsh.c common.c rsh_locl.h
|
|
|
|
rshd_SOURCES = rshd.c common.c rsh_locl.h
|
|
|
|
LDADD = $(LIB_kafs) \
|
|
$(LIB_krb5) \
|
|
$(LIB_krb4) \
|
|
$(LIB_des) \
|
|
$(LIB_roken)
|