diff options
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | util/Makefile.am | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 775933a..cc75c4d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,4 +5,5 @@ SUBDIRS = @subdirs@ EXTRA_DIST = \ fuse.spec \ README* \ - Filesystems + Filesystems \ + BUGS diff --git a/util/Makefile.am b/util/Makefile.am index 48f9957..bce6a4a 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -7,3 +7,6 @@ fusermount_SOURCES = fusermount.c install-exec-hook: -chown root $(DESTDIR)$(bindir)/fusermount -chmod u+s $(DESTDIR)$(bindir)/fusermount + +EXTRA_DIST = \ + mount.fuse |