From b082a001c7b11e3cf1d1b53470cb229284bc61cd Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sun, 2 Oct 2016 21:22:02 -0700 Subject: Merged fuse_session.c into fuse_lowlevel.c This distinction no longer makes sens. fuse_lowlevel.c already contains several session related functions, and fuse_session.c contains various stuff that is more related to the channel interface. --- lib/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index 1d50b0e..69e9dc5 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -17,7 +17,7 @@ else iconv_source = endif -libfuse3_la_SOURCES = \ +libfuse3_la_SOURCES = \ fuse.c \ fuse_i.h \ fuse_loop.c \ @@ -25,7 +25,6 @@ libfuse3_la_SOURCES = \ fuse_lowlevel.c \ fuse_misc.h \ fuse_opt.c \ - fuse_session.c \ fuse_signals.c \ buffer.c \ cuse_lowlevel.c \ -- cgit v1.2.3