summaryrefslogtreecommitdiffstats
path: root/xlators/playground
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/playground')
-rw-r--r--xlators/playground/template/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/playground/template/src/Makefile.am b/xlators/playground/template/src/Makefile.am
index 74de03af238..ef88d4d48bb 100644
--- a/xlators/playground/template/src/Makefile.am
+++ b/xlators/playground/template/src/Makefile.am
@@ -1,7 +1,7 @@
xlator_LTLIBRARIES = template.la
xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/testing/features
-template_la_LDFLAGS = $(GF_XLATOR_DEFAULT_LDFLAGS)
+template_la_LDFLAGS = -module $(GF_XLATOR_DEFAULT_LDFLAGS)
template_la_SOURCES = template.c
template_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la