diff options
Diffstat (limited to 'xlators/cluster/dht')
-rw-r--r-- | xlators/cluster/dht/src/Makefile.am | 11 | ||||
-rw-r--r-- | xlators/cluster/dht/src/dht.sym | 8 | ||||
-rw-r--r-- | xlators/cluster/dht/src/nufa.sym | 8 | ||||
-rw-r--r-- | xlators/cluster/dht/src/switch.sym | 8 | ||||
-rw-r--r-- | xlators/cluster/dht/src/tier.sym | 9 |
5 files changed, 39 insertions, 5 deletions
diff --git a/xlators/cluster/dht/src/Makefile.am b/xlators/cluster/dht/src/Makefile.am index f6c9ef2607a..bb3308f14a3 100644 --- a/xlators/cluster/dht/src/Makefile.am +++ b/xlators/cluster/dht/src/Makefile.am @@ -18,17 +18,16 @@ nufa_la_SOURCES = $(dht_common_source) nufa.c switch_la_SOURCES = $(dht_common_source) switch.c tier_la_SOURCES = $(dht_common_source) tier.c -dht_la_LDFLAGS = -module -avoid-version +dht_la_LDFLAGS = -module -avoid-version -export-symbols $(top_srcdir)/xlators/cluster/dht/src/dht.sym dht_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la -nufa_la_LDFLAGS = -module -avoid-version +nufa_la_LDFLAGS = -module -avoid-version -export-symbols $(top_srcdir)/xlators/cluster/dht/src/nufa.sym nufa_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la -switch_la_LDFLAGS = -module -avoid-version +switch_la_LDFLAGS = -module -avoid-version -export-symbols $(top_srcdir)/xlators/cluster/dht/src/switch.sym switch_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la - -tier_la_LDFLAGS = -module -avoid-version +tier_la_LDFLAGS = -module -avoid-version -export-symbols $(top_srcdir)/xlators/cluster/dht/src/tier.sym tier_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la noinst_HEADERS = dht-common.h dht-mem-types.h dht-messages.h dht-helper.h tier.h\ @@ -43,6 +42,8 @@ AM_CPPFLAGS = $(GF_CPPFLAGS) -I$(top_srcdir)/libglusterfs/src \ CLEANFILES = +EXTRA_DIST = dht.sym nufa.sym switch.sym tier.sym + uninstall-local: rm -f $(DESTDIR)$(xlatordir)/distribute.so diff --git a/xlators/cluster/dht/src/dht.sym b/xlators/cluster/dht/src/dht.sym new file mode 100644 index 00000000000..780b5fc0387 --- /dev/null +++ b/xlators/cluster/dht/src/dht.sym @@ -0,0 +1,8 @@ +fops +cbks +class_methods +dht_methods +options +mem_acct_init +reconfigure +dumpops diff --git a/xlators/cluster/dht/src/nufa.sym b/xlators/cluster/dht/src/nufa.sym new file mode 100644 index 00000000000..780b5fc0387 --- /dev/null +++ b/xlators/cluster/dht/src/nufa.sym @@ -0,0 +1,8 @@ +fops +cbks +class_methods +dht_methods +options +mem_acct_init +reconfigure +dumpops diff --git a/xlators/cluster/dht/src/switch.sym b/xlators/cluster/dht/src/switch.sym new file mode 100644 index 00000000000..780b5fc0387 --- /dev/null +++ b/xlators/cluster/dht/src/switch.sym @@ -0,0 +1,8 @@ +fops +cbks +class_methods +dht_methods +options +mem_acct_init +reconfigure +dumpops diff --git a/xlators/cluster/dht/src/tier.sym b/xlators/cluster/dht/src/tier.sym new file mode 100644 index 00000000000..60205d145b6 --- /dev/null +++ b/xlators/cluster/dht/src/tier.sym @@ -0,0 +1,9 @@ +fops +cbks +class_methods +dht_methods +tier_methods +options +mem_acct_init +reconfigure +dumpops |