From 2105226253d4fe8cca2e31de76960ddc1a47a8c3 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Wed, 15 Jul 2009 20:06:02 +0000 Subject: removed mod_glusterfs from the build future plan is to have httpd use booster and libglusterfsclient instead. Signed-off-by: Anand V. Avati --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1b20e0030..b4f0587ca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ EXTRA_DIST = autogen.sh COPYING INSTALL README AUTHORS THANKS NEWS glusterfs.spec -SUBDIRS = argp-standalone libglusterfs $(LIBGLUSTERFSCLIENT_SUBDIR) xlators scheduler transport auth glusterfsd $(MOD_GLUSTERFS_SUBDIR) $(GF_BOOSTER_SUBDIR) doc extras +SUBDIRS = argp-standalone libglusterfs $(LIBGLUSTERFSCLIENT_SUBDIR) xlators scheduler transport auth glusterfsd $(GF_BOOSTER_SUBDIR) doc extras CLEANFILES = @@ -12,4 +12,3 @@ gitclean: distclean rm -f missing aclocal.m4 config.h.in config.guess config.sub ltmain.sh install-sh configure depcomp rm -fr argp-standalone/autom4te.cache rm -f argp-standalone/aclocal.m4 argp-standalone/config.h.in argp-standalone/configure argp-standalone/depcomp argp-standalone/install-sh argp-standalone/missing - rm -fr mod_glusterfs/apache-1.3/src/.deps transport/ib-verbs/src/.deps -- cgit