diff options
author | Amar Tumballi <amar@gluster.com> | 2009-07-15 20:06:02 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-07-17 14:05:24 -0700 |
commit | 2105226253d4fe8cca2e31de76960ddc1a47a8c3 (patch) | |
tree | 99bfe13e5536b7076876490fc22f32552c4da663 /Makefile.am | |
parent | 4b3633cde1bb9a9a692eade129e4a45dbf82d8ec (diff) |
removed mod_glusterfs from the build
future plan is to have httpd use booster and libglusterfsclient
instead.
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
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 |