git://git.onelab.eu
/
distributedratelimiting.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
415f694
)
fix a relocation error
author
S.Çağlar Onur
<caglar@cs.princeton.edu>
Mon, 25 Jan 2010 19:51:30 +0000
(19:51 +0000)
committer
S.Çağlar Onur
<caglar@cs.princeton.edu>
Mon, 25 Jan 2010 19:51:30 +0000
(19:51 +0000)
drl/Makefile.in
patch
|
blob
|
history
diff --git
a/drl/Makefile.in
b/drl/Makefile.in
index
5eca2e2
..
9b85cf8
100644
(file)
--- a/
drl/Makefile.in
+++ b/
drl/Makefile.in
@@
-1,7
+1,7
@@
#
include @top_srcdir@/Rules.make
-CFLAGS+=-I@top_srcdir@ -I@top_srcdir@/libipulog/include -I@top_srcdir@/include -I@top_srcdir@/include/zookeeper $(XML_CFLAGS) $(ZK_CFLAGS)
+CFLAGS+=-I@top_srcdir@ -I@top_srcdir@/libipulog/include -I@top_srcdir@/include -I@top_srcdir@/include/zookeeper $(XML_CFLAGS) $(ZK_CFLAGS)
-fPIC
SH_CFLAGS:=$(CFLAGS) -fPIC
# Normally You should not need to change anything below