summaryrefslogtreecommitdiff
path: root/tool/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tool/Makefile.am')
-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