From 7ee6102353887ed6457f6bf7e40e696a844af892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 12 Nov 2006 08:41:00 +0000 Subject: [PATCH] Build PAC code. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18994 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/krb5/Makefile.am b/lib/krb5/Makefile.am index 2ea390cfa..54bfb0e2f 100644 --- a/lib/krb5/Makefile.am +++ b/lib/krb5/Makefile.am @@ -29,13 +29,13 @@ TESTS = \ test_crypto_wrapping \ test_keytab \ test_mem \ + test_pac \ test_princ \ test_pkinit_dh2key \ test_time check_PROGRAMS = $(TESTS) test_hostname - LDADD = libkrb5.la \ $(LIB_des) \ $(top_builddir)/lib/asn1/libasn1.la \ @@ -133,6 +133,7 @@ dist_libkrb5_la_SOURCES = \ net_read.c \ net_write.c \ n-fold.c \ + pac.c \ padata.c \ pkinit.c \ principal.c \