diff options
Diffstat (limited to 'xlators/storage/posix/src/Makefile.am')
| -rw-r--r-- | xlators/storage/posix/src/Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/storage/posix/src/Makefile.am b/xlators/storage/posix/src/Makefile.am index 6de572992db..4e3fd3dd09e 100644 --- a/xlators/storage/posix/src/Makefile.am +++ b/xlators/storage/posix/src/Makefile.am @@ -2,7 +2,7 @@  xlator_LTLIBRARIES = posix.la  xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/storage -posix_la_LDFLAGS = $(GF_XLATOR_DEFAULT_LDFLAGS) +posix_la_LDFLAGS = -module $(GF_XLATOR_DEFAULT_LDFLAGS)  posix_la_SOURCES = posix.c posix-helpers.c posix-handle.c posix-aio.c  posix_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la $(LIBAIO) \  | 
