blob: 74350e3d37df80f3c4b66845d51248f63ab0dd65 (
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@
EXTRA_DIST = \
fuse.pc.in \
README* \
Filesystems \
BUGS \
doc/how-fuse-works
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = fuse.pc
$(pkgconfig_DATA): config.status
|