From d81182cf69a4f188f304fcce6d651ffd56b67aac Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Tue, 17 Mar 2015 09:27:05 -0400 Subject: NFS-Ganesha: Install scripts, config files, and resource agent scripts Resubmitting after a gerrit bug bungled the merge of http://review.gluster.org/9621 (was it really a gerrit bug?) Scripts related to NFS-Ganesha are in extras/ganesha/scripts. Config files are in extras/ganesha/config. Resource Agent files are in extras/ganesha/ocf Files are copied to appropriate locations. Change-Id: I137169f4d653ee2b7d6df14d41e2babd0ae8d10c BUG: 1188184 Signed-off-by: Kaleb S. KEITHLEY Reviewed-on: http://review.gluster.org/9912 Tested-by: Gluster Build System --- extras/ganesha/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 extras/ganesha/Makefile.am (limited to 'extras/ganesha/Makefile.am') diff --git a/extras/ganesha/Makefile.am b/extras/ganesha/Makefile.am new file mode 100644 index 00000000000..9eaa401b6c8 --- /dev/null +++ b/extras/ganesha/Makefile.am @@ -0,0 +1,2 @@ +SUBDIRS = scripts config ocf +CLEANFILES = -- cgit