diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2017-08-24 17:07:57 +0200 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2017-08-24 20:50:44 +0200 |
commit | 30ead3a5cf6405dab9d5eeac79ffe6a0e9d0aafd (patch) | |
tree | 5bffbe72317aacb3e8d6e4ac3ef4ced1585961fa /Makefile.am | |
parent | 937467b6a06b72ee44709541f71b614ca28fa870 (diff) | |
download | libfuse-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.am | 19 |
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 |