Build PAC code.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18994 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-11-12 08:41:00 +00:00
parent cffffb6192
commit 7ee6102353

View File

@@ -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 \