From: František Dvořák Date: Fri, 10 Sep 2010 13:14:36 +0000 (+0000) Subject: Fix location of the pkgconfig file. X-Git-Tag: glite-px-glite-PX_R_3_2_0_0~11 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=8376bf93b0b7bcf86b3885e95d6ca401663623fa;p=jra1mw.git Fix location of the pkgconfig file. --- diff --git a/org.glite.lb.logger-msg/Makefile b/org.glite.lb.logger-msg/Makefile index 9592845..451d911 100644 --- a/org.glite.lb.logger-msg/Makefile +++ b/org.glite.lb.logger-msg/Makefile @@ -22,7 +22,7 @@ VPATH:=${top_srcdir}/src:${top_srcdir}/interface:${top_srcdir}/test:${top_srcdir VERSION=-DVERSION=\"GLite-${version}\" -ACTIVEMQ_CPPFLAGS=`PKG_CONFIG_PATH=${activemq_prefix}/lib/pkgconfig pkg-config --cflags activemq-cpp` +ACTIVEMQ_CPPFLAGS=`PKG_CONFIG_PATH=${activemq_prefix}/${libdir}/pkgconfig pkg-config --cflags activemq-cpp` DEBUG:=-g -O0 CFLAGS:=${CFLAGS} ${DEBUG} \