blob: 0e4434f2d7bf58c3775043c3cf6bbd473a28dcb2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
## Process this file with automake to produce Makefile.in
bin_PROGRAMS = fusermount fuse_ioslave
fusermount_SOURCES = fusermount.c
fuse_ioslave_SOURCES = fuse_ioslave.c
install-exec-hook:
-chown root $(DESTDIR)$(bindir)/fusermount
-chmod u+s $(DESTDIR)$(bindir)/fusermount
|