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

AM_CPPFLAGS = -I$(top_srcdir)/include -D_REENTRANT
noinst_HEADERS = ioctl.h
noinst_PROGRAMS = passthrough passthrough_fh null hello hello_ll \
		  ioctl ioctl_client poll poll_client \
		  passthrough_ll notify_inval_inode \
		  notify_store_retrieve notify_inval_entry \
		  cuse cuse_client

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

ioctl_client_CPPFLAGS =
ioctl_client_LDFLAGS =
ioctl_client_LDADD =
poll_client_CPPFLAGS =
poll_client_LDFLAGS =
poll_client_LDADD =

EXTRA_DIST = meson.build