mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-27 14:14:28 +08:00
17 lines
289 B
Makefile
17 lines
289 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = @subdirs@ @subdirs2@
|
|
|
|
EXTRA_DIST = \
|
|
fuse.pc.in \
|
|
README* \
|
|
Filesystems \
|
|
FAQ \
|
|
doc/how-fuse-works \
|
|
doc/kernel.txt
|
|
|
|
pkgconfigdir = @pkgconfigdir@
|
|
pkgconfig_DATA = fuse.pc
|
|
|
|
$(pkgconfig_DATA): config.status
|