summaryrefslogtreecommitdiffstats
path: root/xlators/playground/template/src/Makefile.am
diff options
context:
space:
mode:
authorAmar Tumballi <amarts@redhat.com>2018-06-29 23:40:53 +0530
committerAmar Tumballi <amarts@redhat.com>2018-08-22 15:47:38 +0000
commita2112bd6fa2e4851cd982a691165f76f0c90d977 (patch)
tree51dd84fbaaa75a3a94167337dc8de920a2111f57 /xlators/playground/template/src/Makefile.am
parentbfba1d3602b20895956767c668e86390f16cb782 (diff)
xlators/playground: fix the template files with latest requirements
* Make use of xlator_api * Make use of gf_msg() * Make use of mem-pool * Add a sample metrics dump function * Provide an dummy option, which can be initialized, and reconfigured * Add a test case to make sure template xlator is built and used with default fops * Make a change in rpc-coverage to run without lock tests. Updates: bz#1193929 Change-Id: I377dd67b656f440f9bc7c0098e21c0c1934e9096 Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'xlators/playground/template/src/Makefile.am')
-rw-r--r--xlators/playground/template/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/playground/template/src/Makefile.am b/xlators/playground/template/src/Makefile.am
index 92cbe974093..e76a717a550 100644
--- a/xlators/playground/template/src/Makefile.am
+++ b/xlators/playground/template/src/Makefile.am
@@ -1,5 +1,5 @@
xlator_LTLIBRARIES = template.la
-xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/testing/features
+xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/playground
template_la_LDFLAGS = -module $(GF_XLATOR_DEFAULT_LDFLAGS)