summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar Todd Zullinger2009-05-11 15:24:09 -0400
committerGravatar Matt Colyer2009-05-11 20:29:46 -0700
commit9da6bc0c7e9cf7d5d458bbb9d3ef607757f2f48d (patch)
tree357f1397ca251b50a7b258751ae7694e7dd99b3d /Makefile.am
parentf3dbc12d4494da2fab11791ab73de60b06e79e8c (diff)
downloadifuse-9da6bc0c7e9cf7d5d458bbb9d3ef607757f2f48d.tar.gz
ifuse-9da6bc0c7e9cf7d5d458bbb9d3ef607757f2f48d.tar.bz2
Fix 'make distcheck'0.9.1
mount.fuse.ifuse needs to be installed in /sbin by default, but this breaks 'make distcheck'. This adds a --disable-root-sbin option to configure and uses it when running 'make distcheck'. Signed-off-by: Matt Colyer <matt@colyer.name>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index aabfa91..70e1c93 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,8 @@
AUTOMAKE_OPTIONS = foreign
SUBDIRS = src fdi
+DISTCHECK_CONFIGURE_FLAGS = --disable-root-sbin
+
indent:
indent -kr -ut -ts4 -l120 src/*.c