Fix Makefile for non-existent gLite httpd location
authorAndrew McNab <andrew.mcnab@manchester.ac.uk>
Tue, 18 Apr 2006 10:59:01 +0000 (10:59 +0000)
committerAndrew McNab <andrew.mcnab@manchester.ac.uk>
Tue, 18 Apr 2006 10:59:01 +0000 (10:59 +0000)
org.gridsite.core/src/Makefile

index f31979e..c0aba4b 100644 (file)
@@ -44,12 +44,8 @@ ifndef prefix
 export prefix=/usr/local
 endif
 
-ifndef HTTPD_FLAGS
-export HTTPD_FLAGS=/usr/include/httpd
-endif
-
 ifndef MYCFLAGS
-export MYCFLAGS=-I. -I../interface -I$(HTTPD_FLAGS) -I/usr/include/apr-0 -I/opt/glite/include -fPIC
+export MYCFLAGS=-I. -I../interface -I$(HTTPD_FLAGS) -I/usr/include/httpd -I/usr/include/apr-0 -I/opt/glite/include -fPIC
 endif
 
 ifndef MYLDFLAGS