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:
bb6a5b2
)
Install C++ libraries too.
author
Zdeněk Salvet
<salvet@ics.muni.cz>
Wed, 28 Jul 2004 10:46:00 +0000
(10:46 +0000)
committer
Zdeněk Salvet
<salvet@ics.muni.cz>
Wed, 28 Jul 2004 10:46:00 +0000
(10:46 +0000)
org.glite.lb.client/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client/Makefile
b/org.glite.lb.client/Makefile
index
03bfb74
..
54211ac
100644
(file)
--- a/
org.glite.lb.client/Makefile
+++ b/
org.glite.lb.client/Makefile
@@
-160,7
+160,7
@@
distbin:
install:
mkdir -p ${PREFIX}/bin
mkdir -p ${PREFIX}/lib
- ${INSTALL} -m 644 ${LIB} ${THRLIB} ${PREFIX}/lib
+ ${INSTALL} -m 644 ${LIB} ${THRLIB} ${P
LUSLIB} ${THRPLUSLIB} ${P
REFIX}/lib
for p in ${TOOLS} logevent; do \
${INSTALL} -m 755 "$$p" "${PREFIX}/bin/glite-lb-$$p"; \
done