summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-04-09 09:43:49 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-04-09 09:43:52 +0200
commitc991b5223140e4ef311afac0f25272e602238826 (patch)
tree4bdc7c2f1972a1ab902d6ae5d5a70bb297cbb1f6 /src/Makefile.am
parent5380a18c4dd488dc96eb68631d55592e4eac3cb5 (diff)
downloadgnutls-c991b5223140e4ef311afac0f25272e602238826.tar.gz
crywrap: was removed from gnutls tools
Its inclusion did not increase the attention paid to this tool, not provided any significant advantage to gnutls' users thus it was unbundled from the main library. The tool can be found at https://github.com/nmav/crywrap
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index fda8b9e05d..6ae280936c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -27,10 +27,6 @@ BUILT_SOURCES = srptool-args.c srptool-args.h \
danetool-args.c danetool-args.h p11tool-args.c p11tool-args.h \
tpmtool-args.c tpmtool-args.h systemkey-args.c systemkey-args.h
-if ENABLE_CRYWRAP
-SUBDIRS += crywrap
-endif
-
EXTRA_DIST = args-std.def
AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)