aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index f123526..1d5491c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,8 +2,8 @@
bin_PROGRAMS = bindfs
-noinst_HEADERS = debug.h permchain.h userinfo.h misc.h
-bindfs_SOURCES = bindfs.c permchain.c userinfo.c misc.c
+noinst_HEADERS = debug.h permchain.h userinfo.h misc.h usermap.h
+bindfs_SOURCES = bindfs.c permchain.c userinfo.c misc.c usermap.c
AM_CFLAGS = $(fuse_CFLAGS)
bindfs_LDADD = $(fuse_LIBS)