From f43dbb1d25c551cd99a9677fae2c07854cfb7692 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Sat, 28 Aug 2021 16:35:05 +1000 Subject: [PATCH] gss_preauth: fix header dependency --- lib/gss_preauth/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/gss_preauth/Makefile.am b/lib/gss_preauth/Makefile.am index e1382c37d..4484c7cbd 100644 --- a/lib/gss_preauth/Makefile.am +++ b/lib/gss_preauth/Makefile.am @@ -14,6 +14,8 @@ include_HEADERS = $(srcdir)/gss-preauth-protos.h $(srcdir)/gss-preauth-private.h libgss_preauth_la_SOURCES = pa_client.c pa_common.c +ALL_OBJECTS = $(include_HEADERS) $(libgss_preauth_la_OBJECTS) + $(srcdir)/gss-preauth-protos.h: $(libgss_preauth_la_SOURCES) cd $(srcdir); perl ../../cf/make-proto.pl -q -P comment -o gss-preauth-protos.h $(libgss_preauth_la_SOURCES) || rm -f gss-preauth-protos.h