diff options
Diffstat (limited to 'transport/ib-verbs/src/Makefile.am')
-rw-r--r-- | transport/ib-verbs/src/Makefile.am | 2 |
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 = *~ |