Add plugin api.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19001 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -30,6 +30,7 @@ TESTS =						\ | |||||||
| 	test_keytab				\ | 	test_keytab				\ | ||||||
| 	test_mem				\ | 	test_mem				\ | ||||||
| 	test_pac				\ | 	test_pac				\ | ||||||
|  | 	test_plugin				\ | ||||||
| 	test_princ				\ | 	test_princ				\ | ||||||
| 	test_pkinit_dh2key			\ | 	test_pkinit_dh2key			\ | ||||||
| 	test_time | 	test_time | ||||||
| @@ -157,6 +158,7 @@ dist_libkrb5_la_SOURCES =			\ | |||||||
| 	store_emem.c				\ | 	store_emem.c				\ | ||||||
| 	store_fd.c				\ | 	store_fd.c				\ | ||||||
| 	store_mem.c				\ | 	store_mem.c				\ | ||||||
|  | 	plugin.c				\ | ||||||
| 	ticket.c				\ | 	ticket.c				\ | ||||||
| 	time.c					\ | 	time.c					\ | ||||||
| 	transited.c				\ | 	transited.c				\ | ||||||
| @@ -245,6 +247,10 @@ man_MANS =					\ | |||||||
| dist_include_HEADERS = krb5.h krb5-protos.h krb5-private.h krb5_ccapi.h | 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  | 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 | 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 | $(libkrb5_la_OBJECTS): krb5_err.h heim_err.h k524_err.h | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Love Hörnquist Åstrand
					Love Hörnquist Åstrand