blob: 4b6f7d1b31d85f0ee79fff59f337c5f8405b52bb [file] [log] [blame]
## 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
install-exec-local:
$(INSTALL_PROGRAM) $(srcdir)/mount.fuse $(DESTDIR)/sbin/mount.fuse
uninstall-local:
rm -f $(DESTDIR)/sbin/mount.fuse