From 7e489f3cc7f3eb738d2698dcf588bad0bdc12a8b Mon Sep 17 00:00:00 2001 From: Csaba Henk Date: Thu, 8 Jul 2010 05:47:52 +0000 Subject: fix up OS X after dynamic volume changes Note that contrib is not needed to be in toplevel Makefile as its not a separate target, rather stuff is "pulled in" from there. Signed-off-by: Csaba Henk Signed-off-by: Anand V. Avati BUG: 971 (dynamic volume management) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=971 --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index fe88d5e33..3957a8484 100644 --- a/configure.ac +++ b/configure.ac @@ -120,7 +120,6 @@ AC_CONFIG_FILES([Makefile extras/benchmarking/Makefile extras/volgen/Makefile extras/volgen/glusterfs-volgen - contrib/Makefile contrib/fuse-util/Makefile xlators/features/access-control/Makefile xlators/features/access-control/src/Makefile @@ -230,7 +229,7 @@ AC_ARG_ENABLE([fusermount], BUILD_FUSERMOUNT="no" if test "x$enable_fusermount" = "xyes"; then - FUSERMOUNT_SUBDIR="contrib" + FUSERMOUNT_SUBDIR="contrib/fuse-util" BUILD_FUSERMOUNT="yes" AC_DEFINE(GF_FUSERMOUNT, 1, [Use our own fusermount]) fi -- cgit