aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.am
blob: 64385be4c3ef779bd82c82f3f26fceea232b8185 (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:0:0