Files
heimdal/appl/telnet/telnetd/Makefile.am
T
Johan Danielsson 473184da43 Use LIB_logwtmp.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4762 ec53bebd-3082-4978-b11e-865c3cabbd6b
1998-04-08 08:52:06 +00:00

21 lines
488 B
Makefile

# $Id$
AUTOMAKE_OPTIONS = no-dependencies foreign
INCLUDES = -I$(top_builddir)/include -I$(srcdir)/.. $(INCLUDE_krb4)
libexec_PROGRAMS = telnetd
telnetd_SOURCES = telnetd.c state.c termstat.c slc.c sys_term.c \
utility.c global.c authenc.c
LDADD = \
../libtelnet/libtelnet.a \
$(top_builddir)/lib/krb5/libkrb5.a \
$(top_builddir)/lib/des/libdes.a \
$(LIB_krb4) \
$(top_builddir)/lib/asn1/libasn1.a \
@LIB_tgetent@ \
@LIB_logwtmp@ \
$(top_builddir)/lib/roken/libroken.a