lib/krb5: add plugin headers to Makefiles
Change-Id: I6701035da2e7ff3f83feee6cbb4921e5bd5dfd75
This commit is contained in:

committed by
Jeffrey Altman

parent
434b34d71c
commit
b276d139ef
@@ -125,8 +125,10 @@ dist_libkrb5_la_SOURCES = \
|
|||||||
build_ap_req.c \
|
build_ap_req.c \
|
||||||
build_auth.c \
|
build_auth.c \
|
||||||
cache.c \
|
cache.c \
|
||||||
|
ccache_plugin.h \
|
||||||
changepw.c \
|
changepw.c \
|
||||||
codec.c \
|
codec.c \
|
||||||
|
common_plugin.h \
|
||||||
config_file.c \
|
config_file.c \
|
||||||
convert_creds.c \
|
convert_creds.c \
|
||||||
constants.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
|
# XXX use nobase_include_HEADERS = krb5/locate_plugin.h
|
||||||
krb5dir = $(includedir)/krb5
|
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 = \
|
build_HEADERZ = \
|
||||||
$(krb5_HEADERS) \
|
$(krb5_HEADERS) \
|
||||||
|
@@ -182,7 +182,14 @@ INCFILES= \
|
|||||||
$(INCDIR)\krb5-protos.h \
|
$(INCDIR)\krb5-protos.h \
|
||||||
$(INCDIR)\krb5-private.h \
|
$(INCDIR)\krb5-private.h \
|
||||||
$(INCDIR)\krb5-v4compat.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)
|
all:: $(INCFILES)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user