aboutsummaryrefslogtreecommitdiff
path: root/util/Makefile.am
diff options
context:
space:
mode:
authorGravatar Mark Glines <mark@glines.org>2002-04-18 14:41:48 +0000
committerGravatar Mark Glines <mark@glines.org>2002-04-18 14:41:48 +0000
commit65ba219885aefa096437c2bd92ad8394a5ecda75 (patch)
treea035d3b16cf2d89a7d6da8dd2a02f47e439f75c3 /util/Makefile.am
parentf0cd8e4c394b16c496ed08a3448be0b5fdbfa5e5 (diff)
fuse_mount_ioslave() and helper util
Diffstat (limited to 'util/Makefile.am')
-rw-r--r--util/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/Makefile.am b/util/Makefile.am
index 48f9957..0e4434f 100644
--- a/util/Makefile.am
+++ b/util/Makefile.am
@@ -1,8 +1,9 @@
## Process this file with automake to produce Makefile.in
-bin_PROGRAMS = fusermount
+bin_PROGRAMS = fusermount fuse_ioslave
fusermount_SOURCES = fusermount.c
+fuse_ioslave_SOURCES = fuse_ioslave.c
install-exec-hook:
-chown root $(DESTDIR)$(bindir)/fusermount