diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-02 21:22:02 -0700 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-02 21:24:43 -0700 |
commit | b082a001c7b11e3cf1d1b53470cb229284bc61cd (patch) | |
tree | 3fc9db1eb1295a61e099ec451e6664228341168f /lib/Makefile.am | |
parent | ba12a8f7e315950e840e942de8c2d36dc78dddf7 (diff) | |
download | libfuse-b082a001c7b11e3cf1d1b53470cb229284bc61cd.tar.gz |
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.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
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 \ |