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:
59ec211
)
add interface to CFLAGS
author
Michal Voců
<michal@ruk.cuni.cz>
Mon, 7 Jun 2010 09:05:45 +0000
(09:05 +0000)
committer
Michal Voců
<michal@ruk.cuni.cz>
Mon, 7 Jun 2010 09:05:45 +0000
(09:05 +0000)
org.glite.lb.logger/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.logger/Makefile
b/org.glite.lb.logger/Makefile
index
ed447f1
..
d12ee67
100644
(file)
--- a/
org.glite.lb.logger/Makefile
+++ b/
org.glite.lb.logger/Makefile
@@
-17,7
+17,7
@@
version=${module.version}
CC=gcc
-VPATH:=${top_srcdir}/src:${top_srcdir}/
interface:${top_srcdir}/
test:${top_srcdir}/doc
+VPATH:=${top_srcdir}/src:${top_srcdir}/test:${top_srcdir}/doc
VERSION=-DVERSION=\"GLite-${version}\"
@@
-43,7
+43,7
@@
endif
DEBUG:=-g -O0
CFLAGS:=${DEBUG} \
- -I${stagedir}/include -I${top_srcdir}/src \
+ -I${stagedir}/include -I${top_srcdir}/src
-I${top_srcdir}/interface
\
-D_GNU_SOURCE \
${COVERAGE_FLAGS} \
${VERSION} ${LB_STANDALONE_FLAGS} ${LB_PERF_FLAGS}