diff options
author | Basavanagowda Kanur <gowda@gluster.com> | 2009-02-27 00:36:23 +0530 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-02-27 01:37:08 +0530 |
commit | f097e77ffb386dc73e3639af4a9cd57df0d3d40d (patch) | |
tree | c8b3bf1d8148ec36aa9067e6d81b9ca6515ed1b3 /xlators/cluster/dht/src/Makefile.am | |
parent | 3d8bc3cbafa84a46e43e46f69d3e7d617d746012 (diff) |
moved dht_hashfn_tea() to libglusterfs/hashfn.c as gf_dm_hashfn() (dm - davies-meyer).
moved dht_hashfn_tea() to libglusterfs/src/hashfn.c as gf_dm_hashfn().
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'xlators/cluster/dht/src/Makefile.am')
-rw-r--r-- | xlators/cluster/dht/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/dht/src/Makefile.am b/xlators/cluster/dht/src/Makefile.am index b7d07d137a6..d4e0752a585 100644 --- a/xlators/cluster/dht/src/Makefile.am +++ b/xlators/cluster/dht/src/Makefile.am @@ -4,7 +4,7 @@ xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/cluster dht_common_source = dht-layout.c dht-helper.c dht-linkfile.c \ - dht-selfheal.c dht-rename.c dht-hashfn.c dht-hashfn-tea.c + dht-selfheal.c dht-rename.c dht-hashfn.c dht_la_SOURCES = $(dht_common_source) dht.c |