diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-08-14 23:00:27 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-08-14 23:00:27 +0000 |
commit | a148242fb80fa2127fdaf41de63e2d81dc8006ef (patch) | |
tree | 1eda064d419d5b9ef6d99819f7d272a073aa068f /lib/Makefile.am | |
parent | 45c5db5475d2aa0a73675f3a5129523f82adfc18 (diff) | |
download | libfuse-a148242fb80fa2127fdaf41de63e2d81dc8006ef.tar.gz |
cleanup
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 10 |
1 files changed, 6 insertions, 4 deletions
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 |