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:
267784f
)
link db-test-int with libtrio (should compile now)
author
Miloš Mulač
<mulac@civ.zcu.cz>
Fri, 14 Oct 2005 07:01:46 +0000
(07:01 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Fri, 14 Oct 2005 07:01:46 +0000
(07:01 +0000)
org.glite.jp.server-common/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jp.server-common/Makefile
b/org.glite.jp.server-common/Makefile
index
2bb8320
..
b0f3cd7
100644
(file)
--- a/
org.glite.jp.server-common/Makefile
+++ b/
org.glite.jp.server-common/Makefile
@@
-38,6
+38,8
@@
GLOBUS_LIBS:=-L${globus_prefix}/lib \
-lglobus_common_${nothrflavour} \
-lglobus_gssapi_gsi_${nothrflavour}
+TRIOLIB:=-lglite_lb_trio
+
# FIXME: to use libtool versioning correcty, we should have:
#
# current = major + minor + offset
@@
-78,7
+80,7
@@
${LTLIB} ${STATICLIB}: ${OBJS}
examples: db-test-int
db-test-int: db-test-int.o
- ${LINK} -o $@ $+ ${STATICLIB} ${MYSQLIB} -lglite_jp_common ${GLOBUS_LIBS}
+ ${LINK} -o $@ $+ ${STATICLIB} ${MYSQLIB} -lglite_jp_common ${
TRIOLIB} ${
GLOBUS_LIBS}
check:
-echo nothing yet