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

lib_LIBRARIES = libfuse.a

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