From 385aa7e2dc547b7cedf7ea0f642e7e004a994add Mon Sep 17 00:00:00 2001 From: Andrew McNab Date: Wed, 20 Sep 2006 20:20:04 +0000 Subject: [PATCH] Fix grst_err krb5.h in Makefile --- org.gridsite.core/src/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org.gridsite.core/src/Makefile b/org.gridsite.core/src/Makefile index b8da03f..8339bc5 100644 --- a/org.gridsite.core/src/Makefile +++ b/org.gridsite.core/src/Makefile @@ -81,6 +81,7 @@ libgridsite.a: grst_err.o grst_x509.o grst_gacl.o grst_xacml.o grst_http.o grst_ grst_err.o: grst_err.c ../interface/gridsite.h gcc -g $(MYCFLAGS) \ + -I/usr/kerberos/include \ -c grst_err.c grst_x509.o: grst_x509.c ../interface/gridsite.h @@ -126,6 +127,7 @@ libgridsite_globus.a: grst_err_globus.o grst_x509_globus.o grst_gacl_globus.o gr grst_err_globus.o: grst_err.c ../interface/gridsite.h gcc -g $(MYCFLAGS) $(OPENSSL_GLOBUS_FLAGS) \ + -I/usr/kerberos/include \ -c grst_err.c \ -o grst_err_globus.o -- 1.8.2.3