diff --git a/lib/krb5/Makefile.am b/lib/krb5/Makefile.am index d752deb29..988b69e06 100644 --- a/lib/krb5/Makefile.am +++ b/lib/krb5/Makefile.am @@ -125,8 +125,10 @@ dist_libkrb5_la_SOURCES = \ build_ap_req.c \ build_auth.c \ cache.c \ + ccache_plugin.h \ changepw.c \ codec.c \ + common_plugin.h \ config_file.c \ convert_creds.c \ constants.c \ @@ -387,7 +389,7 @@ nodist_include_HEADERS = krb5_err.h heim_err.h k524_err.h k5e1_err.h # XXX use nobase_include_HEADERS = krb5/locate_plugin.h krb5dir = $(includedir)/krb5 -krb5_HEADERS = locate_plugin.h send_to_kdc_plugin.h ccache_plugin.h an2ln_plugin.h db_plugin.h +krb5_HEADERS = common_plugin.h locate_plugin.h send_to_kdc_plugin.h ccache_plugin.h an2ln_plugin.h db_plugin.h build_HEADERZ = \ $(krb5_HEADERS) \ diff --git a/lib/krb5/NTMakefile b/lib/krb5/NTMakefile index edbbdf060..5965c0cd7 100644 --- a/lib/krb5/NTMakefile +++ b/lib/krb5/NTMakefile @@ -182,7 +182,14 @@ INCFILES= \ $(INCDIR)\krb5-protos.h \ $(INCDIR)\krb5-private.h \ $(INCDIR)\krb5-v4compat.h \ - $(INCDIR)\crypto.h + $(INCDIR)\crypto.h \ + $(INCDIR)\an2ln_plugin.h \ + $(INCDIR)\ccache_plugin.h \ + $(INCDIR)\common_plugin.h \ + $(INCDIR)\db_plugin.h \ + $(INCDIR)\kuserok_plugin.h \ + $(INCDIR)\locate_plugin.h \ + $(INCDIR)\send_to_kdc_plugin.h all:: $(INCFILES)