From 7032055ac139bad3185c25bc67d6f544b4b7a879 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Sat, 8 Mar 1997 06:03:00 +0000 Subject: [PATCH] Add asn1_glue.c and error/*.c to libkrb5. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1285 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/krb5/Makefile.am b/lib/krb5/Makefile.am index 07765014c..ffaac52be 100644 --- a/lib/krb5/Makefile.am +++ b/lib/krb5/Makefile.am @@ -13,6 +13,8 @@ libkrb5_a_SOURCES = cache.c config_file.y constants.c context.c data.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 encrypt.c + asn1_glue.c \ + error/error.c error/krb5_err.c error/asn1_err.c config_file.c: config_file.y $(YACC) -p __k5cf_ $<