From ccbc06f44aa127ab51d6c557aadac078cc32b0f0 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 8 Mar 1997 03:56:32 +0000 Subject: [PATCH] More -I (encrypt.c): new file git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1263 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/krb5/Makefile.am b/lib/krb5/Makefile.am index 39b7b4ca3..07765014c 100644 --- a/lib/krb5/Makefile.am +++ b/lib/krb5/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = no-dependencies SUBDIRS = error -INCLUDES = -I$(top_builddir)/include +INCLUDES = -I$(top_builddir)/include -I$(top_builddir) lib_LIBRARIES = libkrb5.a @@ -12,7 +12,7 @@ libkrb5_a_SOURCES = cache.c config_file.y constants.c context.c data.c \ get_addrs.c get_cred.c get_in_tkt.c get_in_tkt_pw.c get_port.c \ krbhst.c misc.c principal.c principal_p.c send_to_kdc.c str2key.c \ crc.c build_ap_req.c build_auth.c mk_req.c get_host_realm.c \ - auth_context.c rd_rep.c keytab.c store.c rd_req.c mk_rep.c + auth_context.c rd_rep.c keytab.c store.c rd_req.c mk_rep.c encrypt.c config_file.c: config_file.y $(YACC) -p __k5cf_ $<