diff options
Diffstat (limited to 'xlators/cluster/map/src/Makefile.am')
-rw-r--r-- | xlators/cluster/map/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/map/src/Makefile.am b/xlators/cluster/map/src/Makefile.am index 6f4765ff2e4..209cafa7c1b 100644 --- a/xlators/cluster/map/src/Makefile.am +++ b/xlators/cluster/map/src/Makefile.am @@ -1,7 +1,7 @@ xlator_LTLIBRARIES = map.la xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/testing/cluster -map_la_LDFLAGS = $(GF_XLATOR_DEFAULT_LDFLAGS) +map_la_LDFLAGS = -module $(GF_XLATOR_DEFAULT_LDFLAGS) map_la_SOURCES = map.c map-helper.c |