1# $Id$ 2 3include $(top_srcdir)/Makefile.am.common 4 5AM_CPPFLAGS += -I$(srcdir)/.. $(INCLUDE_hcrypto) 6 7noinst_LIBRARIES = libtelnet.a 8 9libtelnet_a_SOURCES = \ 10 auth-proto.h \ 11 auth.c \ 12 auth.h \ 13 enc-proto.h \ 14 enc_des.c \ 15 encrypt.c \ 16 encrypt.h \ 17 genget.c \ 18 kerberos5.c \ 19 misc-proto.h \ 20 misc.c \ 21 misc.h 22 23EXTRA_DIST = NTMakefile rsaencpwd.c spx.c 24