From f4e936c8934da49d42fb347cbf43654b2f9e6a00 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Thu, 20 Jan 2022 17:22:37 +1100 Subject: [PATCH] include: fix token_validator_plugin.h typo token_validator_plugin.h was also missing in Makefile.am:CLEANFILES. --- include/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Makefile.am b/include/Makefile.am index 52f0f46a9..a60ad8563 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -136,7 +136,7 @@ CLEANFILES = \ kdc-audit.h \ csr_authorizer_plugin.h \ gss_preauth_authorizer_plugin.h \ - token_validator_plugin.h.h \ + token_validator_plugin.h \ xdbm.h \ x25519_ref10.h \ x690sample_asn1.h \ -- 2.11.4.GIT