summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-06-28 09:17:13 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-06-28 09:17:16 +0200
commitd8f20ee1979d9ed41fc7272c5a97755c7f2b4356 (patch)
tree14fd7e2f7fce2dd08fadf77173025dbe33e73b60
parent912701c73f85f7aa540145d661fdeda00580a992 (diff)
downloadgnutls-ip-name-constraints.tar.gz
tests: link libpkcs11mock1 with gnulibip-name-constraints
This allows it to use gnulib for strndup where it is needed.
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index cc0f2f8053..20c73eb8fc 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -137,6 +137,7 @@ if !WINDOWS
noinst_LTLIBRARIES += libpkcs11mock1.la
libpkcs11mock1_la_SOURCES = pkcs11/pkcs11-mock.c pkcs11/pkcs11-mock.h
libpkcs11mock1_la_LDFLAGS = -shared -rpath $(pkglibdir) -module -no-undefined -avoid-version
+libpkcs11mock1_la_LIBADD = ../gl/libgnu.la
pkcs11_cert_import_url_exts_SOURCES = pkcs11/pkcs11-cert-import-url-exts.c
pkcs11_cert_import_url_exts_DEPENDENCIES = libpkcs11mock1.la libutils.la