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:
a19e1db
)
compile trio with our extensions enabled
author
Aleš Křenek
<ljocha@ics.muni.cz>
Fri, 16 Sep 2005 11:57:20 +0000
(11:57 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Fri, 16 Sep 2005 11:57:20 +0000
(11:57 +0000)
org.glite.jp.common/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jp.common/Makefile
b/org.glite.jp.common/Makefile
index
f95e3e8
..
f895ddb
100644
(file)
--- a/
org.glite.jp.common/Makefile
+++ b/
org.glite.jp.common/Makefile
@@
-91,3
+91,6
@@
clean:
%.lo: %.c
${COMPILE} -o $@ -c $<
+
+${TRIO_LOBJS}: %.lo: %.c
+ ${COMPILE} -o $@ -c -DDATAGRID_EXTENSION $<