blob: ffbfafa95418beaaddc962dcce05891a5ebbf29d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
## Process this file with automake to produce Makefile.in
fuseincludedir=$(includedir)/fuse3
fuseinclude_HEADERS = \
fuse.h \
fuse_common.h \
fuse_lowlevel.h \
fuse_opt.h \
cuse_lowlevel.h
noinst_HEADERS = fuse_kernel.h
|