summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-08-03 15:48:01 +0000
committerSimon Josefsson <simon@josefsson.org>2006-08-03 15:48:01 +0000
commitf80802c88d0fd4bae90ddba07f56e60cdcd2fc93 (patch)
treeea0bce83792d2be324c538fc2537a5f05cee49f6
parent24249cc87bb2064e3511b32b806962a4b0057065 (diff)
downloadgnutls_1_2_patches.tar.gz
Fix libgcrypt link failure, reported by Brant Gurganus, tiny patch bygnutls_1_2_patches
Daniel Black <dragonheart@gentoo.org>.
-rw-r--r--tests/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index ab21e593e4..b197ca211a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2004, 2005 Free Software Foundation
+# Copyright (C) 2004, 2005, 2006 Free Software Foundation
#
# Author: Simon Josefsson
#
@@ -29,8 +29,9 @@ libutils_la_SOURCES = utils.h utils.c
EXTRA_DIST = client.p12 noclient.p12 unclient.p12
openssl_LDADD = $(LDADD) ../libextra/libgnutls-openssl.la
+gc_LDADD = $(LDADD) $(LIBGCRYPT_LIBS)
-ctests = simple anonself pskself openssl gc dhepskself
+ctests = simple anonself openssl gc
TESTS = pkcs12_neon $(ctests)
check_PROGRAMS = $(ctests)
dist_check_SCRIPTS = pkcs12_neon