aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2016-10-02 21:21:22 -0700
committerNikolaus Rath <Nikolaus@rath.org>2016-10-02 21:24:43 -0700
commitba12a8f7e315950e840e942de8c2d36dc78dddf7 (patch)
tree384b817cf2d9efd156d491288b9630d1770404a3 /lib/Makefile.am
parentd968b4ddaeead5296b31f5c02f4f0e966372390a (diff)
downloadlibfuse-ba12a8f7e315950e840e942de8c2d36dc78dddf7.tar.gz
Merged fuse_mt.c into fuse.c
There is no point in having a separate file for a 10 line function.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 2ad0f15..1d50b0e 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -24,7 +24,6 @@ libfuse3_la_SOURCES = \
fuse_loop_mt.c \
fuse_lowlevel.c \
fuse_misc.h \
- fuse_mt.c \
fuse_opt.c \
fuse_session.c \
fuse_signals.c \