mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-23 20:24:17 +08:00
16 lines
276 B
Makefile
16 lines
276 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
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = fuse.pc
|
|
|
|
$(pkgconfig_DATA): config.status
|