aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-24 17:07:57 +0200
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-24 20:50:44 +0200
commit30ead3a5cf6405dab9d5eeac79ffe6a0e9d0aafd (patch)
tree5bffbe72317aacb3e8d6e4ac3ef4ced1585961fa /example
parent937467b6a06b72ee44709541f71b614ca28fa870 (diff)
Dropped support for building with autotools
It's just too much pain to keep it working.
Diffstat (limited to 'example')
-rw-r--r--example/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/example/Makefile.am b/example/Makefile.am
deleted file mode 100644
index 9a3940e..0000000
--- a/example/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-## 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 invalidate_path \
- notify_store_retrieve notify_inval_entry \
- cuse cuse_client printcap
-
-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