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

lib_LTLIBRARIES = libfuse.la

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

EXTRA_DIST = fuse_versionscript