aboutsummaryrefslogtreecommitdiffstats
path: root/example/Makefile.am
blob: 5d82f645eb3df06344d08535912901c4033575c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Process this file with automake to produce Makefile.in

AM_CPPFLAGS = -I$(top_srcdir)/include -D_REENTRANT
noinst_HEADERS = fioc.h
noinst_PROGRAMS = passthrough passthrough_fh hello hello_ll fioc fioclient \
		  fsel fselclient cusexmp passthrough_ll timefs1 timefs2 \
		  timefs3

LDADD = ../lib/libfuse3.la
passthrough_fh_LDADD = ../lib/libfuse3.la @passthrough_fh_libs@

fioclient_CPPFLAGS =
fioclient_LDFLAGS =
fioclient_LDADD =
fselclient_CPPFLAGS =
fselclient_LDFLAGS =
fselclient_LDADD =