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 \