diff options
Diffstat (limited to 'xlators/features/quota/src/Makefile.am')
-rw-r--r-- | xlators/features/quota/src/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xlators/features/quota/src/Makefile.am b/xlators/features/quota/src/Makefile.am index 79bc9290076..a6d2c86bf58 100644 --- a/xlators/features/quota/src/Makefile.am +++ b/xlators/features/quota/src/Makefile.am @@ -1,8 +1,8 @@ xlator_LTLIBRARIES = quota.la quotad.la xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/features -quota_la_LDFLAGS = -module -avoid-version -quotad_la_LDFLAGS = -module -avoid-version +quota_la_LDFLAGS = $(GF_XLATOR_DEFAULT_LDFLAGS) +quotad_la_LDFLAGS = -module -avoid-version -export-symbols $(top_srcdir)/xlators/features/quota/src/quotad.sym quota_la_SOURCES = quota.c quota-enforcer-client.c quota_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la @@ -21,3 +21,5 @@ AM_CFLAGS = -Wall $(GF_CFLAGS) CLEANFILES = +EXTRA_DIST = quotad.sym + |