diff options
Diffstat (limited to 'xlators/features/glupy/examples/Makefile.am')
-rw-r--r-- | xlators/features/glupy/examples/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xlators/features/glupy/examples/Makefile.am b/xlators/features/glupy/examples/Makefile.am new file mode 100644 index 00000000000..c26abeaafb6 --- /dev/null +++ b/xlators/features/glupy/examples/Makefile.am @@ -0,0 +1,5 @@ +xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/features + +glupyexamplesdir = $(xlatordir)/glupy + +glupyexamples_PYTHON = negative.py helloworld.py debug-trace.py |