aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.am
blob: 8dcd5a8ff20945c7161a6dea42cf8659abe032ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## 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:1:0