mirror of
https://github.com/libfuse/libfuse.git
synced 2024-12-03 00:54:15 +08:00
6972376812
* Make sure all global symbols are prefixed with "fuse_" or "cuse_" * Released 2.8.0
20 lines
321 B
Makefile
20 lines
321 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
SUBDIRS = @subdirs2@
|
|
|
|
EXTRA_DIST = \
|
|
fuse.pc.in \
|
|
README* \
|
|
Filesystems \
|
|
FAQ \
|
|
doc/how-fuse-works \
|
|
doc/kernel.txt \
|
|
doc/Doxyfile
|
|
|
|
pkgconfigdir = @pkgconfigdir@
|
|
pkgconfig_DATA = fuse.pc
|
|
|
|
$(pkgconfig_DATA): config.status
|