From a148242fb80fa2127fdaf41de63e2d81dc8006ef Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Sun, 14 Aug 2005 23:00:27 +0000 Subject: cleanup --- lib/Makefile.am | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index b99f9e2..b92a0ad 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -4,12 +4,14 @@ lib_LTLIBRARIES = libfuse.la libfuse_la_SOURCES = \ fuse.c \ - fuse_mt.c \ + fuse_kern_chan.c \ + fuse_loop.c \ + fuse_loop_mt.c \ fuse_lowlevel.c \ - fuse_lowlevel_mt.c \ + fuse_mt.c \ + fuse_session.c \ helper.c \ - mount.c \ - fuse_lowlevel_i.h + mount.c libfuse_la_LDFLAGS = -lpthread -version-number 2:4:0 \ -Wl,--version-script,fuse_versionscript -- cgit v1.2.3