diff options
Diffstat (limited to 'xlators/cluster/stripe/src/Makefile.am')
-rw-r--r-- | xlators/cluster/stripe/src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/cluster/stripe/src/Makefile.am b/xlators/cluster/stripe/src/Makefile.am index 4268d6f0382..a4c5370562c 100644 --- a/xlators/cluster/stripe/src/Makefile.am +++ b/xlators/cluster/stripe/src/Makefile.am @@ -1,7 +1,8 @@ xlator_LTLIBRARIES = stripe.la xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/cluster -stripe_la_LDFLAGS = -module -avoid-version +stripe_la_LDFLAGS = $(GF_XLATOR_DEFAULT_LDFLAGS) + stripe_la_SOURCES = stripe.c stripe-helpers.c \ $(top_builddir)/xlators/lib/src/libxlator.c |