From 7c8945e5f97946d2129ca6d2d52440d8db18b7e4 Mon Sep 17 00:00:00 2001 From: Andrew McNab Date: Thu, 31 Jul 2008 13:49:32 +0000 Subject: [PATCH] Sync --- org.gridsite.core/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.gridsite.core/src/Makefile b/org.gridsite.core/src/Makefile index 59a814d..5a095ef 100644 --- a/org.gridsite.core/src/Makefile +++ b/org.gridsite.core/src/Makefile @@ -49,7 +49,7 @@ export libdir=lib endif ifndef MYCFLAGS -export MYCFLAGS=-I. -I../interface $(HTTPD_FLAGS) -I/usr/include/httpd -I/usr/include/apr-0 -I/usr/include/apr-1 -I/opt/glite/include -fPIC +export MYCFLAGS=-I. -I../interface -I/usr/include/httpd -I/usr/include/apache2 -I/usr/include/apr-0 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -I/opt/glite/include -fPIC $(HTTPD_FLAGS) endif ifndef MYLDFLAGS -- 1.8.2.3