From 8477f1c8a7b38e78531e0bc40fcc38d21052857c Mon Sep 17 00:00:00 2001 From: "Anand V. Avati" Date: Tue, 16 Mar 2010 09:46:31 +0000 Subject: iatt: configure.ac not to build filter Signed-off-by: Anand V. Avati Signed-off-by: Anand V. Avati BUG: 361 (GlusterFS 3.0 should work on Mac OS/X) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=361 --- configure.ac | 4 ---- xlators/features/Makefile.am | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 5382e80a9..852ba63cf 100644 --- a/configure.ac +++ b/configure.ac @@ -82,12 +82,8 @@ AC_CONFIG_FILES([Makefile xlators/features/Makefile xlators/features/locks/Makefile xlators/features/locks/src/Makefile - xlators/features/path-convertor/Makefile - xlators/features/path-convertor/src/Makefile xlators/features/trash/Makefile xlators/features/trash/src/Makefile - xlators/features/filter/Makefile - xlators/features/filter/src/Makefile xlators/features/quota/Makefile xlators/features/quota/src/Makefile xlators/encryption/Makefile diff --git a/xlators/features/Makefile.am b/xlators/features/Makefile.am index 9ac9b6f19..7e09386aa 100644 --- a/xlators/features/Makefile.am +++ b/xlators/features/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS = locks trash path-convertor filter quota +SUBDIRS = locks trash quota #path-converter # filter CLEANFILES = -- cgit