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:
a30f7ff
)
install libraries into $libdir
author
František Dvořák
<valtri@civ.zcu.cz>
Tue, 16 Feb 2010 17:49:04 +0000
(17:49 +0000)
committer
František Dvořák
<valtri@civ.zcu.cz>
Tue, 16 Feb 2010 17:49:04 +0000
(17:49 +0000)
org.glite.lb.logger/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.logger/Makefile
b/org.glite.lb.logger/Makefile
index
01161ab
..
40cd218
100644
(file)
--- a/
org.glite.lb.logger/Makefile
+++ b/
org.glite.lb.logger/Makefile
@@
-48,10
+48,10
@@
CFLAGS:=${DEBUG} \
${COVERAGE_FLAGS} \
${VERSION} ${LB_STANDALONE_FLAGS} ${LB_PERF_FLAGS}
-LDFLAGS:=-L${stagedir}/
lib
\
+LDFLAGS:=-L${stagedir}/
${libdir}
\
${COVERAGE_FLAGS}
LINK:=libtool --mode=link ${CC} ${LDFLAGS}
-LINKXX:=libtool --mode=link ${CXX} -rpath ${stagedir}/
lib
${LDFLAGS}
+LINKXX:=libtool --mode=link ${CXX} -rpath ${stagedir}/
${libdir}
${LDFLAGS}
INSTALL:=libtool --mode=install install
#ifneq (${expat_prefix},/usr)