mirror of
https://github.com/openharmony/third_party_libfuse.git
synced 2026-07-18 18:44:26 -04:00
16 lines
286 B
Makefile
16 lines
286 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_lowlevel.h \
|
|
fuse_lowlevel_compat.h \
|
|
fuse_opt.h
|
|
|
|
include_HEADERS = old/fuse.h
|
|
|
|
noinst_HEADERS = fuse_kernel.h
|