summaryrefslogtreecommitdiffstats
path: root/transport/ib-verbs/src/Makefile.am
diff options
context:
space:
mode:
authorHarshavardhana <harsha@zresearch.com>2009-04-02 02:49:42 -0700
committerAnand V. Avati <avati@amp.gluster.com>2009-04-02 18:13:06 +0530
commitaa0fd06dad70a7ecfc3dab819e9b3fab8baad2a9 (patch)
treeb256259ebd068b5c43989988b31affcd543006ef /transport/ib-verbs/src/Makefile.am
parent63115897fe77e584552624c88f84eaeac55d9b57 (diff)
Build fixes for ib-verbs compilation on solaris
Build fixes for solaris on ib-verbs with recent OFUV Update 3 release. Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'transport/ib-verbs/src/Makefile.am')
-rw-r--r--transport/ib-verbs/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/transport/ib-verbs/src/Makefile.am b/transport/ib-verbs/src/Makefile.am
index e6240090e92..83b610b9cf9 100644
--- a/transport/ib-verbs/src/Makefile.am
+++ b/transport/ib-verbs/src/Makefile.am
@@ -10,6 +10,6 @@ ib_verbs_la_LIBADD = -libverbs $(top_builddir)/libglusterfs/src/libglusterfs.la
AM_CFLAGS = -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -D$(GF_HOST_OS)\
-I$(top_srcdir)/libglusterfs/src -I$(top_srcdir)/transport/ib-verbs \
- -shared -nostartfiles
+ -shared -nostartfiles $(GF_CFLAGS)
CLEANFILES = *~