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.
17 lines
468 B
17 lines
468 B
## Process this file with automake to produce Makefile.in
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include -D_FILE_OFFSET_BITS=64 -D_REENTRANT
|
|
noinst_HEADERS = fioc.h
|
|
noinst_PROGRAMS = fusexmp fusexmp_fh null hello hello_ll fioc fioclient \
|
|
fsel fselclient cusexmp
|
|
|
|
LDADD = ../lib/libfuse.la
|
|
fusexmp_fh_LDADD = ../lib/libfuse.la ../lib/libulockmgr.la
|
|
|
|
fioclient_CPPFLAGS =
|
|
fioclient_LDFLAGS =
|
|
fioclient_LDADD =
|
|
fselclient_CPPFLAGS =
|
|
fselclient_LDFLAGS =
|
|
fselclient_LDADD =
|
|
|