diff options
Diffstat (limited to 'xlators/features/index/src')
| -rw-r--r-- | xlators/features/index/src/Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/index/src/Makefile.am b/xlators/features/index/src/Makefile.am index a19026c6f94..2f94a8c6273 100644 --- a/xlators/features/index/src/Makefile.am +++ b/xlators/features/index/src/Makefile.am @@ -1,7 +1,7 @@  xlator_LTLIBRARIES = index.la  xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/features -index_la_LDFLAGS = $(GF_XLATOR_DEFAULT_LDFLAGS) +index_la_LDFLAGS = -module $(GF_XLATOR_DEFAULT_LDFLAGS)  index_la_SOURCES = index.c  index_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la  | 
