lib/krb5: add plugin headers to Makefiles

Change-Id: I6701035da2e7ff3f83feee6cbb4921e5bd5dfd75
This commit is contained in:
Jeffrey Altman
2019-02-07 11:04:36 -05:00
committed by Jeffrey Altman
parent 434b34d71c
commit b276d139ef
2 changed files with 11 additions and 2 deletions

View File

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

View File

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