diff options
Diffstat (limited to 'testenv/Makefile.in')
-rw-r--r-- | testenv/Makefile.in | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/testenv/Makefile.in b/testenv/Makefile.in index cd55e51..c23030e 100644 --- a/testenv/Makefile.in +++ b/testenv/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -115,8 +115,11 @@ build_triplet = @build@ host_triplet = @host@ @WITH_SSL_TRUE@am__append_1 = export SSL_TESTS=1; @HAVE_PYTHON3_TRUE@TESTS = Test-504.py Test-auth-basic-fail.py \ -@HAVE_PYTHON3_TRUE@ Test-auth-basic.py Test-auth-both.py \ -@HAVE_PYTHON3_TRUE@ Test-auth-digest.py \ +@HAVE_PYTHON3_TRUE@ Test-auth-basic.py Test-auth-basic-netrc.py \ +@HAVE_PYTHON3_TRUE@ Test-auth-basic-netrc-user-given.py \ +@HAVE_PYTHON3_TRUE@ Test-auth-basic-netrc-pass-given.py \ +@HAVE_PYTHON3_TRUE@ Test-auth-basic-no-netrc-fail.py \ +@HAVE_PYTHON3_TRUE@ Test-auth-both.py Test-auth-digest.py \ @HAVE_PYTHON3_TRUE@ Test-auth-no-challenge.py \ @HAVE_PYTHON3_TRUE@ Test-auth-no-challenge-url.py \ @HAVE_PYTHON3_TRUE@ Test-auth-retcode.py \ @@ -168,13 +171,14 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \ $(top_srcdir)/m4/ftell.m4 $(top_srcdir)/m4/ftello.m4 \ $(top_srcdir)/m4/futimens.m4 $(top_srcdir)/m4/getaddrinfo.m4 \ $(top_srcdir)/m4/getdelim.m4 $(top_srcdir)/m4/getdtablesize.m4 \ - $(top_srcdir)/m4/getline.m4 $(top_srcdir)/m4/getopt.m4 \ - $(top_srcdir)/m4/getpass.m4 $(top_srcdir)/m4/getprogname.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettime.m4 \ - $(top_srcdir)/m4/gettimeofday.m4 \ + $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/getline.m4 \ + $(top_srcdir)/m4/getopt.m4 $(top_srcdir)/m4/getpass.m4 \ + $(top_srcdir)/m4/getprogname.m4 $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/gettime.m4 $(top_srcdir)/m4/gettimeofday.m4 \ $(top_srcdir)/m4/gl-openssl.m4 $(top_srcdir)/m4/glibc21.m4 \ $(top_srcdir)/m4/gnulib-common.m4 \ $(top_srcdir)/m4/gnulib-comp.m4 \ + $(top_srcdir)/m4/group-member.m4 \ $(top_srcdir)/m4/hard-locale.m4 $(top_srcdir)/m4/hostent.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/iconv_h.m4 \ $(top_srcdir)/m4/include_next.m4 $(top_srcdir)/m4/inet_ntop.m4 \ @@ -876,6 +880,9 @@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GNUTLS_CFLAGS = @GNUTLS_CFLAGS@ GNUTLS_LIBS = @GNUTLS_LIBS@ +GPGME_CFLAGS = @GPGME_CFLAGS@ +GPGME_CONFIG = @GPGME_CONFIG@ +GPGME_LIBS = @GPGME_LIBS@ GREP = @GREP@ HAVE_ACCEPT4 = @HAVE_ACCEPT4@ HAVE_ARPA_INET_H = @HAVE_ARPA_INET_H@ |