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