From: Michal Voců Date: Mon, 21 Jun 2010 10:43:17 +0000 (+0000) Subject: build and install fixes X-Git-Tag: glite-security-gsoap-plugin_R_2_1_2_1~15 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=6a5137116326edea81e8a4610931afc0870d7464;p=jra1mw.git build and install fixes --- diff --git a/org.glite.lb.logger-msg/Makefile b/org.glite.lb.logger-msg/Makefile index 7636821..8b1bda4 100644 --- a/org.glite.lb.logger-msg/Makefile +++ b/org.glite.lb.logger-msg/Makefile @@ -99,7 +99,7 @@ install: ${INSTALL} -m 644 ${top_srcdir}/LICENSE ${PREFIX}/share/doc/${package}-${version} ${INSTALL} -m 755 ${PLUGIN_LIB} ${PREFIX}/${libdir} ( cd ${top_srcdir}/project && ${INSTALL} -m 644 ChangeLog package.description package.summary ${PREFIX}/share/doc/${package}-${version} ) - ${INSTALL} -m 644 ${MAN_GZ} ${PREFIX}/share/man/man8 +# ${INSTALL} -m 644 ${MAN_GZ} ${PREFIX}/share/man/man8 %.lo %.o: %.cpp ${COMPILEXX} -c $< -o $@