Sync
authorAndrew McNab <andrew.mcnab@manchester.ac.uk>
Thu, 31 Jul 2008 13:49:32 +0000 (13:49 +0000)
committerAndrew McNab <andrew.mcnab@manchester.ac.uk>
Thu, 31 Jul 2008 13:49:32 +0000 (13:49 +0000)
org.gridsite.core/src/Makefile

index 59a814d..5a095ef 100644 (file)
@@ -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