fix a relocation error
[distributedratelimiting.git] / drl / Makefile.in
index 5eca2e2..9b85cf8 100644 (file)
@@ -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