From 330c6c32fb836167591eb5f4fa45e1ff975f4e35 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 11 Nov 1997 04:15:52 +0000 Subject: [PATCH] add get_in_tkt_with_{keytab,skey}.c git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3925 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/krb5/Makefile.am b/lib/krb5/Makefile.am index 7916f78e1..3e10dfde3 100644 --- a/lib/krb5/Makefile.am +++ b/lib/krb5/Makefile.am @@ -37,6 +37,8 @@ libkrb5_a_SOURCES = \ get_host_realm.c \ get_in_tkt.c \ get_in_tkt_pw.c \ + get_in_tkt_with_keytab.c \ + get_in_tkt_with_skey.c \ get_port.c \ init_creds.c \ init_creds_pw.c \ @@ -88,7 +90,7 @@ libkrb5_a_SOURCES = \ $(libkrb5_a_OBJECTS): $(srcdir)/krb5-protos.h $(srcdir)/krb5-protos.h: - cd $(srcdir); perl ../../aux/make-proto.pl $(libkrb5_a_SOURCES) > krb5-protos.h || rm -f krb5-protos.h + cd $(srcdir); /opt/perl5/bin/perl ../../aux/make-proto.pl $(libkrb5_a_SOURCES) > krb5-protos.h || rm -f krb5-protos.h INCLUDES = $(INCLUDE_krb4)