added -I/include to CFLAGS for lb4vdt compatibility
authorJan Pospíšil <honik@ntc.zcu.cz>
Sat, 2 Dec 2006 21:50:37 +0000 (21:50 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Sat, 2 Dec 2006 21:50:37 +0000 (21:50 +0000)
org.glite.security.gsoap-plugin/Makefile

index aac50aa..e16d870 100644 (file)
@@ -57,6 +57,7 @@ CFLAGS:= ${DEBUG} \
        -I. -I${top_srcdir}/interface \
        -I${stagedir}/include \
        -I${cares_prefix}/include \
+       -I${gsoap_prefix}/include \
        ${COVERAGE_FLAGS} -D_GNU_SOURCE -DDATAGRID_EXTENSION
 
 LDFLAGS:=${COVERAGE_FLAGS}