aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2017-08-24 17:07:57 +0200
committerNikolaus Rath <Nikolaus@rath.org>2017-08-24 20:50:44 +0200
commit30ead3a5cf6405dab9d5eeac79ffe6a0e9d0aafd (patch)
tree5bffbe72317aacb3e8d6e4ac3ef4ced1585961fa /Makefile.am
parent937467b6a06b72ee44709541f71b614ca28fa870 (diff)
downloadlibfuse-30ead3a5cf6405dab9d5eeac79ffe6a0e9d0aafd.tar.gz
Dropped support for building with autotools
It's just too much pain to keep it working.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index f07753a..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-ACLOCAL_AMFLAGS = -I m4
-
-SUBDIRS = @subdirs2@ doc
-
-EXTRA_DIST = \
- fuse3.pc.in \
- README* \
- test/*.py \
- test/pytest.ini \
- meson.build \
- meson_options.txt \
- ChangeLog.rst
-
-pkgconfigdir = @pkgconfigdir@
-pkgconfig_DATA = fuse3.pc
-
-$(pkgconfig_DATA): config.status