git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20466 ec53bebd-3082-4978-b11e-865c3cabbd6b
29 lines
519 B
Makefile
29 lines
519 B
Makefile
# $Id$
|
|
|
|
include $(top_srcdir)/Makefile.am.common
|
|
|
|
AM_CPPFLAGS += -I$(srcdir)/.. $(INCLUDE_krb4) $(INCLUDE_hcrypto)
|
|
|
|
libexec_PROGRAMS = telnetd
|
|
|
|
CHECK_LOCAL =
|
|
|
|
telnetd_SOURCES = telnetd.c state.c termstat.c slc.c sys_term.c \
|
|
utility.c global.c authenc.c defs.h ext.h telnetd.h
|
|
|
|
man_MANS = telnetd.8
|
|
|
|
LDADD = \
|
|
../libtelnet/libtelnet.a \
|
|
$(LIB_krb5) \
|
|
$(LIB_krb4) \
|
|
$(LIB_hcrypto) \
|
|
$(LIB_tgetent) \
|
|
$(LIB_logwtmp) \
|
|
$(LIB_logout) \
|
|
$(LIB_openpty) \
|
|
$(LIB_kdfs) \
|
|
$(LIB_roken)
|
|
|
|
EXTRA_DIST = $(man_MANS)
|