blob: aaf50981a9fa66526d5e0c48b4c8e51ba699640e (
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 \
BUGS \
doc/how-fuse-works
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = fuse.pc
$(pkgconfig_DATA): config.status
|