blob: 8806f88fab00ae6037d07c916356dd461d697df2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $Id: Makefile.am,v 1.8 1999/03/20 13:58:15 joda Exp $
include $(top_srcdir)/Makefile.am.common
INCLUDES += -I$(srcdir)/.. $(INCLUDE_krb4)
noinst_LIBRARIES = libtelnet.a
libtelnet_a_SOURCES = \
auth-proto.h \
auth.c \
auth.h \
enc-proto.h \
enc_des.c \
encrypt.c \
encrypt.h \
genget.c \
kerberos.c \
kerberos5.c \
misc-proto.h \
misc.c \
misc.h
EXTRA_DIST = krb4encpwd.c rsaencpwd.c spx.c
|