aboutsummaryrefslogtreecommitdiff
path: root/util/Makefile.am
blob: af47297185c9f380061478f61cfe8d9e763433b1 (plain)
1
2
3
4
5
6
7
8
9
## 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