From 2147b96c9da5a649dae06c66a0fba779abc2906a Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Sat, 28 Dec 2019 18:58:13 +0100 Subject: Drop autotools-based build Our official instructions only tell how to build with Meson, our CI is only done with Meson and I wouldn't be surprised if most developers only used Meson as well. In other words, the autotools build is outdated. Let's say our goodbye and drop it in the next stable release. --- tool/Makefile.am | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 tool/Makefile.am (limited to 'tool') diff --git a/tool/Makefile.am b/tool/Makefile.am deleted file mode 100644 index ae201b2..0000000 --- a/tool/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -bin_PROGRAMS += tool/secret-tool - -tool_secret_tool_SOURCES = \ - tool/secret-tool.c - -tool_secret_tool_LDADD = \ - libsecret-@SECRET_MAJOR@.la - -if WITH_GCRYPT -TESTS += tool/test-secret-tool.sh -endif - -check_SCRIPTS += tool/test-secret-tool.sh -- cgit v1.2.1