From 37c8c1c80b89127d5f876a193c5fdcc916e03b6c Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Wed, 20 Sep 2017 14:03:58 +0100 Subject: Dropped support for autotools build It's just too much of a pain to maintain. --- Makefile.am | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 1ae5006..0000000 --- a/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -## Process this file with automake to produce Makefile.in - -bin_PROGRAMS = sshfs - -SUBDIRS = test - -sshfs_SOURCES = sshfs.c cache.c cache.h -if FUSE_OPT_COMPAT -sshfs_SOURCES += compat/fuse_opt.c compat/fuse_opt.h -endif -if DARWIN_COMPAT -sshfs_SOURCES += compat/darwin_compat.c compat/darwin_compat.h -endif - -sshfs_LDADD = $(SSHFS_LIBS) -sshfs_CFLAGS = $(SSHFS_CFLAGS) -sshfs_CPPFLAGS = -D_REENTRANT -DFUSE_USE_VERSION=31 -DLIBDIR=\"$(libdir)\" \ - -DIDMAP_DEFAULT="\"$(IDMAP_DEFAULT)\"" - -EXTRA_DIST = sshfs.rst sshfs.1 meson.build ChangeLog.rst -CLEANFILES = sshfs.1 - -dist_man_MANS = sshfs.1 - -sshfs.1: sshfs.rst - rst2man sshfs.rst sshfs.1 -- cgit v1.2.3