From c3f05548d7b3d586e7eebbdde9339617e88530f3 Mon Sep 17 00:00:00 2001 From: "kwc@citi.umich.edu" Date: Mon, 3 Jul 2006 18:33:59 -0400 Subject: [PATCH] Define CFLAGS for gss_clnt_send_err compile Signed-off-by: Kevin Coffman Add CFLAGS to make sure we find and use the correct gssapi.h when building gss_clnt_send_err --- utils/gssd/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/gssd/Makefile.am b/utils/gssd/Makefile.am index 2115a9e..d1dfe51 100644 --- a/utils/gssd/Makefile.am +++ b/utils/gssd/Makefile.am @@ -66,6 +66,9 @@ svcgssd_CFLAGS = $(AM_CFLAGS) $(CFLAGS) \ gss_clnt_send_err_SOURCES = gss_clnt_send_err.c +gss_clnt_send_err_CFLAGS = $(AM_CFLAGS) $(CFLAGS) \ + $(RPCSECGSS_CFLAGS) $(KRBCFLAGS) + MAINTAINERCLEANFILES = Makefile.in ####################################################################### -- 2.39.2