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

lib_LIBRARIES = libfuse.a

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