summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2019-12-28 18:58:13 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2020-11-15 20:37:48 +0100
commit2147b96c9da5a649dae06c66a0fba779abc2906a (patch)
tree3eea94da97a379f5b293d4032f50ad452ee13e4c /tool
parent3fe635e64efd4b8dbc9ec3548b0bc8034c7665c4 (diff)
downloadlibsecret-2147b96c9da5a649dae06c66a0fba779abc2906a.tar.gz
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.
Diffstat (limited to 'tool')
-rw-r--r--tool/Makefile.am13
1 files changed, 0 insertions, 13 deletions
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