From 91a15e535c5d367183c02d6624ada2d1b03e3870 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Mon, 25 Jan 2010 19:51:30 +0000 Subject: [PATCH] fix a relocation error --- drl/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0