expat_prefix=/opt/expat
 ares_prefix=/opt/ares
 gsoap_prefix=/opt/gsoap
-gridsite_prefix=/opt/gridsite
-voms_prefix=/opt/voms
 
 -include Makefile.inc
 
 #      -I${gacl}/include \
 #      -I/usr/include/libxml2
 
-GRIDSITE_CFLAGS = -I${gridsite_prefix}/include `xml2-config --cflags`
-GRIDSITE_LIBS = -L${gridsite_prefix}/lib -lgridsite `xml2-config --libs`
+GRIDSITE_CFLAGS = `xml2-config --cflags`
+GRIDSITE_LIBS = -lgridsite `xml2-config --libs`
 
 # -DNO_VOMS -DNO_GACL to be removed when voms/gridsite are available
 #CFLAGS:= -DNO_VOMS -DNO_GACL 
        -I${mysql_prefix}/include -I${mysql_prefix}/include/mysql \
        -I${globus_prefix}/include/${nothrflavour} \
        $(GRIDSITE_CFLAGS) \
-       -I${voms_prefix}/include \
        -D_GNU_SOURCE
 
 TEST_LIBS:=-L${cppunit}/lib -lcppunit
 
 
        Revision history:
        $Log$
+       Revision 1.5  2005/01/20 11:43:00  jpospi
+       handle correctly gridsite_prefix and voms_prefix
+       
        Revision 1.4  2004/10/15 11:03:03  jskrabal
        - merge fixes
        
 ares_prefix=${with.ares.prefix}
 mysql_prefix=${with.mysql.prefix}
 cppunit=${with.cppunit.prefix}
-gridsite_prefix=${with.gridsite.prefix}
 gsoap_prefix=${with.gsoap.prefix}
-voms_prefix=${with.voms.prefix}
                        </echo>
            </target>
        </project>