summaryrefslogtreecommitdiffstats
path: root/xlators/features/compress/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/compress/src/Makefile.am')
-rw-r--r--xlators/features/compress/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/compress/src/Makefile.am b/xlators/features/compress/src/Makefile.am
index 1c4c80eec90..b7c75e91b92 100644
--- a/xlators/features/compress/src/Makefile.am
+++ b/xlators/features/compress/src/Makefile.am
@@ -4,7 +4,7 @@ xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/features
noinst_HEADERS = cdc.h cdc-mem-types.h
-cdc_la_LDFLAGS = $(GF_XLATOR_DEFAULT_LDFLAGS)
+cdc_la_LDFLAGS = -module $(GF_XLATOR_DEFAULT_LDFLAGS)
cdc_la_SOURCES = cdc.c cdc-helper.c
cdc_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la $(ZLIB_LIBS)