mirror of https://github.com/trapexit/mergerfs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
275 B
15 lines
275 B
## Process this file with automake to produce Makefile.in
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
SUBDIRS = @subdirs2@ doc
|
|
AUTOMAKE_OPTIONS = subdir-objects
|
|
|
|
EXTRA_DIST = \
|
|
fuse.pc.in \
|
|
README*
|
|
|
|
pkgconfigdir = @pkgconfigdir@
|
|
pkgconfig_DATA = fuse.pc
|
|
|
|
$(pkgconfig_DATA): config.status
|