diff options
Diffstat (limited to 'xlators/features')
-rw-r--r-- | xlators/features/filter/src/Makefile.am | 2 | ||||
-rw-r--r-- | xlators/features/path-convertor/src/Makefile.am | 2 | ||||
-rw-r--r-- | xlators/features/trash/src/Makefile.am | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/xlators/features/filter/src/Makefile.am b/xlators/features/filter/src/Makefile.am index fa0b92214a9..cda5f07675b 100644 --- a/xlators/features/filter/src/Makefile.am +++ b/xlators/features/filter/src/Makefile.am @@ -1,5 +1,5 @@ xlator_LTLIBRARIES = filter.la -xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/features +xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/testing/features filter_la_LDFLAGS = -module -avoidversion diff --git a/xlators/features/path-convertor/src/Makefile.am b/xlators/features/path-convertor/src/Makefile.am index 1fde1935238..58cfed0f983 100644 --- a/xlators/features/path-convertor/src/Makefile.am +++ b/xlators/features/path-convertor/src/Makefile.am @@ -1,6 +1,6 @@ xlator_LTLIBRARIES = path-converter.la -xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/features +xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/testing/features path_converter_la_LDFLAGS = -module -avoidversion diff --git a/xlators/features/trash/src/Makefile.am b/xlators/features/trash/src/Makefile.am index d61f608aaa8..52fced5247a 100644 --- a/xlators/features/trash/src/Makefile.am +++ b/xlators/features/trash/src/Makefile.am @@ -1,5 +1,5 @@ xlator_LTLIBRARIES = trash.la -xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/features +xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/testing/features trash_la_LDFLAGS = -module -avoidversion |