git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
036f430
)
Fix location of the pkgconfig file.
author
František Dvořák
<valtri@civ.zcu.cz>
Fri, 10 Sep 2010 13:14:36 +0000
(13:14 +0000)
committer
František Dvořák
<valtri@civ.zcu.cz>
Fri, 10 Sep 2010 13:14:36 +0000
(13:14 +0000)
org.glite.lb.logger-msg/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.logger-msg/Makefile
b/org.glite.lb.logger-msg/Makefile
index
9592845
..
451d911
100644
(file)
--- 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} \