mirror of
https://github.com/openharmony/third_party_libfuse.git
synced 2026-07-19 21:43:34 -04:00
17 lines
324 B
Makefile
17 lines
324 B
Makefile
## 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
|
|
|
|
include_HEADERS = old/fuse.h ulockmgr.h
|
|
|
|
noinst_HEADERS = fuse_kernel.h
|