diff options
Diffstat (limited to 'xlators/cluster')
-rw-r--r-- | xlators/cluster/ha/src/Makefile.am | 2 | ||||
-rw-r--r-- | xlators/cluster/map/src/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xlators/cluster/ha/src/Makefile.am b/xlators/cluster/ha/src/Makefile.am index 069a0dcded2..5f78a296533 100644 --- a/xlators/cluster/ha/src/Makefile.am +++ b/xlators/cluster/ha/src/Makefile.am @@ -1,5 +1,5 @@ xlator_LTLIBRARIES = ha.la -xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/cluster +xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/testing/cluster ha_la_LDFLAGS = -module -avoidversion diff --git a/xlators/cluster/map/src/Makefile.am b/xlators/cluster/map/src/Makefile.am index 44ee4d9eed3..26e19137a8b 100644 --- a/xlators/cluster/map/src/Makefile.am +++ b/xlators/cluster/map/src/Makefile.am @@ -1,5 +1,5 @@ xlator_LTLIBRARIES = map.la -xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/cluster +xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/testing/cluster map_la_LDFLAGS = -module -avoidversion |