diff options
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index e5c356a..07e7142 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -2,14 +2,15 @@ lib_LTLIBRARIES = libfuse.la -libfuse_la_SOURCES = \ - fuse.c \ - fuse_mt.c \ - fuse_lowlevel.c \ - helper.c \ - mount.c \ - fuse_i.h \ - fuse_kernel_compat5.h +libfuse_la_SOURCES = \ + fuse.c \ + fuse_mt.c \ + fuse_lowlevel.c \ + fuse_lowlevel_mt.c \ + helper.c \ + mount.c \ + fuse_i.h \ + fuse_lowlevel_i.h libfuse_la_LDFLAGS = -lpthread -version-number 2:3:1 \ -Wl,--version-script,fuse_versionscript |