aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.am
blob: cf1de09e4a64ce9c4d7d83af536610e1b08d6a93 (plain)
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