From 30ead3a5cf6405dab9d5eeac79ffe6a0e9d0aafd Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Thu, 24 Aug 2017 17:07:57 +0200 Subject: Dropped support for building with autotools It's just too much pain to keep it working. --- Makefile.am | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 Makefile.am (limited to 'Makefile.am') 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 -- cgit v1.2.3