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. --- test/Makefile.am | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 test/Makefile.am (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am deleted file mode 100644 index 6bcea43..0000000 --- a/test/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -## Process this file with automake to produce Makefile.in - -AM_CPPFLAGS = -I$(top_srcdir)/include -D_REENTRANT -noinst_PROGRAMS = test_syscalls test_write_cache test_setattr - -test_write_cache_LDADD = ../lib/libfuse3.la -test_setattr_LDADD = ../lib/libfuse3.la - -EXTRA_DIST = meson.build wrong_command.c - -- cgit v1.2.3