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:
e666b61
)
-lclassad, even if it is looked for in default path
author
Aleš Křenek
<ljocha@ics.muni.cz>
Thu, 16 Oct 2008 07:52:12 +0000
(07:52 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Thu, 16 Oct 2008 07:52:12 +0000
(07:52 +0000)
org.glite.lb.common/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.common/Makefile
b/org.glite.lb.common/Makefile
index
03df156
..
02b02bb
100644
(file)
--- a/
org.glite.lb.common/Makefile
+++ b/
org.glite.lb.common/Makefile
@@
-63,9
+63,11
@@
ifeq (${host_cpu},x86_64)
endif
ifneq (${classads_prefix},/usr)
- classadslib := -L${classads_prefix}/${archlib} -L${classads_prefix}/lib
-lclassad
+ classadslib := -L${classads_prefix}/${archlib} -L${classads_prefix}/lib
endif
+classadslib := ${classadslib} -lclassad
+
LDFLAGS:=-L${stagedir}/${archlib} -L${stagedir}/lib \
${COVERAGE_FLAGS}