
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3981 ec53bebd-3082-4978-b11e-865c3cabbd6b
16 lines
393 B
Makefile
16 lines
393 B
Makefile
# $Id$
|
|
|
|
AUTOMAKE_OPTIONS = no-dependencies foreign
|
|
|
|
INCLUDES = -I$(top_builddir)/include $(INCLUDE_krb4) -DBINDIR=\"$(bindir)\"
|
|
|
|
bin_PROGRAMS = rsh
|
|
|
|
libexec_PROGRAMS = rshd
|
|
|
|
rsh_SOURCES = rsh.c common.c
|
|
|
|
rshd_SOURCES = rshd.c common.c
|
|
|
|
LDADD = -L$(top_builddir)/lib/krb5 -lkrb5 -L$(top_builddir)/lib/des -ldes $(LIB_krb4) -L$(top_builddir)/lib/asn1 -lasn1 -L$(top_builddir)/lib/roken -lroken
|