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

lib_LTLIBRARIES = libfuse.la

libfuse_la_SOURCES = 	\
	fuse.c		\
	fuse_mt.c	\
	helper.c	\
	mount.c		\
	fuse_i.h

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