From 8359f86e4717794067ec5cc2c814a5a51355e83f Mon Sep 17 00:00:00 2001 From: Alberto Di Meglio Date: Fri, 23 Jul 2004 18:46:38 +0000 Subject: [PATCH] Fixed include path (must contain component name) --- org.glite.security.proxyrenewal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 1.8.2.3