]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Define CFLAGS for gss_clnt_send_err compile
authorkwc@citi.umich.edu <kwc@citi.umich.edu>
Mon, 3 Jul 2006 22:33:59 +0000 (18:33 -0400)
committerNeil Brown <neilb@suse.de>
Tue, 4 Jul 2006 00:27:15 +0000 (10:27 +1000)
Signed-off-by: Kevin Coffman <kwc@citi.umich.edu>
Add CFLAGS to make sure we find and use the correct gssapi.h when
building gss_clnt_send_err

utils/gssd/Makefile.am

index 2115a9eb03660106824cc8e28be84755297e1aa3..d1dfe51f58fb0eb60775a759c5aa567b7bf01134 100644 (file)
@@ -66,6 +66,9 @@ svcgssd_CFLAGS = $(AM_CFLAGS) $(CFLAGS) \
 
 gss_clnt_send_err_SOURCES = gss_clnt_send_err.c
 
 
 gss_clnt_send_err_SOURCES = gss_clnt_send_err.c
 
+gss_clnt_send_err_CFLAGS = $(AM_CFLAGS) $(CFLAGS) \
+                $(RPCSECGSS_CFLAGS) $(KRBCFLAGS)
+
 MAINTAINERCLEANFILES = Makefile.in
 
 #######################################################################
 MAINTAINERCLEANFILES = Makefile.in
 
 #######################################################################