mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-01-23 07:00:44 +08:00
16 lines
275 B
Makefile
16 lines
275 B
Makefile
|
## 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
|