aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2012-07-03 11:16:22 +0300
committerMartin Pärtel <martin.partel@gmail.com>2012-07-03 11:16:22 +0300
commit99003bc33fa71dfd91bafdbcc8b563f396d1bb52 (patch)
tree8561028cad620a26ad412d6e0fc5b582cd3d7cfe /src/Makefile.am
parent6feab338aed1ad390ba4b0042f0490c7e317c7e3 (diff)
downloadbindfs-99003bc33fa71dfd91bafdbcc8b563f396d1bb52.tar.gz
Made strerror() safe to use in DPRINTF.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 412045c..4ba20c4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,7 +3,7 @@
bin_PROGRAMS = bindfs
noinst_HEADERS = debug.h permchain.h userinfo.h misc.h usermap.h
-bindfs_SOURCES = bindfs.c permchain.c userinfo.c misc.c usermap.c
+bindfs_SOURCES = bindfs.c debug.c permchain.c userinfo.c misc.c usermap.c
AM_CPPFLAGS = ${my_CPPFLAGS} ${fuse_CFLAGS}
AM_CFLAGS = ${my_CFLAGS}