diff options
Diffstat (limited to 'xlators/features/trash')
| -rw-r--r-- | xlators/features/trash/src/Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/trash/src/Makefile.am b/xlators/features/trash/src/Makefile.am index dc216c366f1..1304618cc68 100644 --- a/xlators/features/trash/src/Makefile.am +++ b/xlators/features/trash/src/Makefile.am @@ -1,7 +1,7 @@  xlator_LTLIBRARIES = trash.la  xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/features -trash_la_LDFLAGS = $(GF_XLATOR_DEFAULT_LDFLAGS) +trash_la_LDFLAGS = -module $(GF_XLATOR_DEFAULT_LDFLAGS)  trash_la_SOURCES = trash.c  trash_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la   | 
