blob: 28f5b323b3e6ec3aebeaa1f13eda0ce2b7b90e1f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
## 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
|