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:
137f74e
)
Fallback to 'lib' while looking for log4c library.
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Wed, 24 Mar 2010 12:09:05 +0000
(12:09 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Wed, 24 Mar 2010 12:09:05 +0000
(12:09 +0000)
org.glite.lbjp-common.jp-interface/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lbjp-common.jp-interface/Makefile
b/org.glite.lbjp-common.jp-interface/Makefile
index
b707b37
..
4970556
100644
(file)
--- a/
org.glite.lbjp-common.jp-interface/Makefile
+++ b/
org.glite.lbjp-common.jp-interface/Makefile
@@
-74,7
+74,7
@@
${commonlib_thr}: ${THROBJS}
${LINK} -o $@ ${THROBJS} ${THRLIBS}
check: type_test
- LD_LIBRARY_PATH=${log4c_prefix}/${libdir}:${LD_LIBRARY_PATH} ./type_test type_test.xml
+ LD_LIBRARY_PATH=${log4c_prefix}/${libdir}:${
log4c_prefix}/lib:${
LD_LIBRARY_PATH} ./type_test type_test.xml
type_test: %: %.cpp compile
${CXX} -c ${CFLAGS} ${TEST_INC} $<