Add plugin api.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19001 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-11-12 20:06:52 +00:00
parent 51bdcbd088
commit c16f8fcd4e

View File

@@ -30,6 +30,7 @@ TESTS = \
test_keytab \
test_mem \
test_pac \
test_plugin \
test_princ \
test_pkinit_dh2key \
test_time
@@ -157,6 +158,7 @@ dist_libkrb5_la_SOURCES = \
store_emem.c \
store_fd.c \
store_mem.c \
plugin.c \
ticket.c \
time.c \
transited.c \
@@ -245,6 +247,10 @@ man_MANS = \
dist_include_HEADERS = krb5.h krb5-protos.h krb5-private.h krb5_ccapi.h
nodist_include_HEADERS = krb5_err.h heim_err.h k524_err.h
# XXX use nobase_include_HEADERS = krb5/locate_plugin.h
krb5dir = $(includedir)/krb5
krb5_HEADERS = locate_plugin.h
CLEANFILES = krb5_err.c krb5_err.h heim_err.c heim_err.h k524_err.c k524_err.h
$(libkrb5_la_OBJECTS): krb5_err.h heim_err.h k524_err.h