aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
blob: b92a0ad48fc002a2e849fbeb8ed6623d8dbc974f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## Process this file with automake to produce Makefile.in

lib_LTLIBRARIES = libfuse.la

libfuse_la_SOURCES = 		\
	fuse.c			\
	fuse_kern_chan.c	\
	fuse_loop.c		\
	fuse_loop_mt.c		\
	fuse_lowlevel.c		\
	fuse_mt.c		\
	fuse_session.c		\
	helper.c		\
	mount.c

libfuse_la_LDFLAGS = -lpthread -version-number 2:4:0 \
	-Wl,--version-script,fuse_versionscript

EXTRA_DIST = fuse_versionscript