mirror of https://github.com/trapexit/mergerfs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
344 B
17 lines
344 B
## Process this file with automake to produce Makefile.in
|
|
|
|
fuseincludedir=$(includedir)/fuse
|
|
|
|
fuseinclude_HEADERS = \
|
|
fuse.h \
|
|
fuse_compat.h \
|
|
fuse_common.h \
|
|
fuse_common_compat.h \
|
|
fuse_lowlevel.h \
|
|
fuse_lowlevel_compat.h \
|
|
fuse_opt.h \
|
|
cuse_lowlevel.h
|
|
|
|
include_HEADERS = old/fuse.h ulockmgr.h
|
|
|
|
noinst_HEADERS = fuse_kernel.h
|