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