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:
ae5a997
)
trio is not required
author
Aleš Křenek
<ljocha@ics.muni.cz>
Fri, 18 May 2007 07:36:08 +0000
(07:36 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Fri, 18 May 2007 07:36:08 +0000
(07:36 +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
8807ebf
..
9324da2
100644
(file)
--- a/
org.glite.jp.server-common/Makefile
+++ b/
org.glite.jp.server-common/Makefile
@@
-41,8
+41,6
@@
GLOBUS_LIBS:=-L${globus_prefix}/lib \
-lglobus_common_${nothrflavour} \
-lglobus_gssapi_gsi_${nothrflavour}
-TRIOLIB:=-lglite_lb_trio
-
STATICLIB:=libglite_jp_server_common.a
LTLIB:=libglite_jp_server_common.la
@@
-73,7
+71,7
@@
${LTLIB} ${STATICLIB}: ${OBJS}
examples: db-test-int
db-test-int: db-test-int.o
- ${LINK} -o $@ $+ ${STATICLIB} ${MYSQLIB} -lglite_jp_common_${nothrflavour}
${TRIOLIB}
${GLOBUS_LIBS}
+ ${LINK} -o $@ $+ ${STATICLIB} ${MYSQLIB} -lglite_jp_common_${nothrflavour} ${GLOBUS_LIBS}
check:
-echo nothing yet