]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Disable openpgp-keyring when not building openpgp.
authorSimon Josefsson <simon@josefsson.org>
Fri, 14 Nov 2008 13:25:02 +0000 (14:25 +0100)
committerSimon Josefsson <simon@josefsson.org>
Fri, 14 Nov 2008 13:25:02 +0000 (14:25 +0100)
tests/Makefile.am

index 1903fe50f50ee237141c5b94213f8f06ab04a156..c34a9dd83073b1078861db1b55b309b741684d74 100644 (file)
@@ -53,13 +53,12 @@ libutils_la_SOURCES = utils.h utils.c
 
 ctests = simple openssl gc set_pkcs12_cred certder mpi                 \
        certificate_set_x509_crl dn parse_ca moredn crypto_rng mini     \
-       finished hostname-check openpgp-keyring cve-2008-4989           \
-       pkcs12_s2k
+       finished hostname-check cve-2008-4989 pkcs12_s2k
 openssl_LDADD = $(LDADD) ../libextra/libgnutls-openssl.la
 openpgp_keyring_LDADD = $(LDADD) ../libextra/libgnutls-extra.la
 
 if ENABLE_OPENPGP
-ctests += pgps2kgnu 
+ctests += openpgp-keyring pgps2kgnu
 endif
 
 if HAVE_FORK