diff options
Diffstat (limited to 'util/Makefile.am')
-rw-r--r-- | util/Makefile.am | 3 |
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 |