From: Nikos Mavrogiannopoulos Date: Thu, 30 Jun 2016 11:44:57 +0000 (+0200) Subject: tests: account pkcs11/pkcs11-mock-ext.h in Makefile X-Git-Tag: gnutls_3_5_2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d900a97ea73f0deaba5978ff4088ec134c12603;p=thirdparty%2Fgnutls.git tests: account pkcs11/pkcs11-mock-ext.h in Makefile --- diff --git a/tests/Makefile.am b/tests/Makefile.am index df5d64e4d4..39514d0779 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -135,7 +135,7 @@ ssl3_0_cert_key_exchange_SOURCES = common-cert-key-exchange.c ssl3.0-cert-key-ex if ENABLE_PKCS11 if !WINDOWS noinst_LTLIBRARIES += libpkcs11mock1.la -libpkcs11mock1_la_SOURCES = pkcs11/pkcs11-mock.c pkcs11/pkcs11-mock.h +libpkcs11mock1_la_SOURCES = pkcs11/pkcs11-mock.c pkcs11/pkcs11-mock.h pkcs11/pkcs11-mock-ext.h libpkcs11mock1_la_LDFLAGS = -shared -rpath $(pkglibdir) -module -no-undefined -avoid-version libpkcs11mock1_la_LIBADD = ../gl/libgnu.la