From c16f8fcd4ea6c736184ff11190cfa5e253a56126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 12 Nov 2006 20:06:52 +0000 Subject: [PATCH] Add plugin api. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19001 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/krb5/Makefile.am b/lib/krb5/Makefile.am index 54bfb0e2f..269ef7152 100644 --- a/lib/krb5/Makefile.am +++ b/lib/krb5/Makefile.am @@ -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