diff options
Diffstat (limited to 'xlators/playground')
-rw-r--r-- | xlators/playground/template/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/playground/template/src/Makefile.am b/xlators/playground/template/src/Makefile.am index 21f1c5f6b75..74de03af238 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 = -module -avoid-version +template_la_LDFLAGS = $(GF_XLATOR_DEFAULT_LDFLAGS) template_la_SOURCES = template.c template_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la |