From: S.Çağlar Onur Date: Mon, 25 Jan 2010 19:51:30 +0000 (+0000) Subject: fix a relocation error X-Git-Tag: DistributedRateLimiting-0.1-0~21 X-Git-Url: http://git.onelab.eu/?p=distributedratelimiting.git;a=commitdiff_plain;h=91a15e535c5d367183c02d6624ada2d1b03e3870 fix a relocation error --- diff --git a/drl/Makefile.in b/drl/Makefile.in index 5eca2e2..9b85cf8 100644 --- 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