aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
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 4ba20c4..60cdbf0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,6 +7,6 @@ bindfs_SOURCES = bindfs.c debug.c permchain.c userinfo.c misc.c usermap.c
AM_CPPFLAGS = ${my_CPPFLAGS} ${fuse_CFLAGS}
AM_CFLAGS = ${my_CFLAGS}
-bindfs_LDADD = $(fuse_LIBS)
+bindfs_LDADD = $(fuse_LIBS) ${my_LDFLAGS}
man_MANS = bindfs.1