diff options
Diffstat (limited to 'xlators/cluster/ha/src/Makefile.am')
-rw-r--r-- | xlators/cluster/ha/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/ha/src/Makefile.am b/xlators/cluster/ha/src/Makefile.am index 4b730f9534e..740a6b840d7 100644 --- a/xlators/cluster/ha/src/Makefile.am +++ b/xlators/cluster/ha/src/Makefile.am @@ -1,7 +1,7 @@ xlator_LTLIBRARIES = ha.la xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/testing/cluster -ha_la_LDFLAGS = $(GF_XLATOR_DEFAULT_LDFLAGS) +ha_la_LDFLAGS = -module $(GF_XLATOR_DEFAULT_LDFLAGS) ha_la_SOURCES = ha-helpers.c ha.c |