From: Alberto Di Meglio Date: Fri, 23 Jul 2004 18:46:38 +0000 (+0000) Subject: Fixed include path (must contain component name) X-Git-Tag: merge_gss2scm_dst~47 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=8359f86e4717794067ec5cc2c814a5a51355e83f;p=jra1mw.git Fixed include path (must contain component name) --- diff --git a/org.glite.security.proxyrenewal/Makefile b/org.glite.security.proxyrenewal/Makefile index faa76ae..ff5e28e 100644 --- a/org.glite.security.proxyrenewal/Makefile +++ b/org.glite.security.proxyrenewal/Makefile @@ -136,7 +136,7 @@ install: -mkdir -p ${PREFIX}/bin ${PREFIX}/lib ${PREFIX}/include/glite/security ${INSTALL} -m 644 ${LIB} ${THRLIB} ${PREFIX}/lib ${INSTALL} -m 755 ${DAEMON} ${CLIENT} ${PREFIX}/bin - cd ${top_srcdir}/interface && ${INSTALL} -m 644 renewal.h ${PREFIX}/include/glite/security + cd ${top_srcdir}/interface && ${INSTALL} -m 644 renewal.h ${PREFIX}/include/glite/security/proxyrenewal clean: