diff options
author | Anand V. Avati <avati@blackhole.gluster.com> | 2010-03-16 09:46:31 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-03-16 08:31:24 -0700 |
commit | 8477f1c8a7b38e78531e0bc40fcc38d21052857c (patch) | |
tree | 62d7ddac40ba14d214640a1c941243ad6ab7ccd2 | |
parent | 49465d7136098b40166231d131ad10cc0f55a45d (diff) |
iatt: configure.ac not to build filter
Signed-off-by: Anand V. Avati <avati@blackhole.gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 361 (GlusterFS 3.0 should work on Mac OS/X)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=361
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | xlators/features/Makefile.am | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 5382e80a92f..852ba63cfac 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 9ac9b6f19de..7e09386aa4a 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 = |