gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GnuTLS 2.6.0


From: Ludovic Courtès
Subject: Re: GnuTLS 2.6.0
Date: Tue, 07 Oct 2008 18:04:51 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux)

Hi,

The attached patch fixes compilation of the `pkcs12-decode' test in
2.6.0 when using minitasn1.

Thanks,
Ludo'.

>From bd887245be3448b8d5e87015b1c04848e7c10c95 Mon Sep 17 00:00:00 2001
From: =?utf-8?q?Ludovic=20Court=C3=A8s?= <address@hidden>
Date: Tue, 7 Oct 2008 18:02:25 +0200
Subject: [PATCH] Fix compilation of `pkcs12-decode' test when using minitasn1.

* tests/pkcs12-decode/Makefile.am (AM_CPPFLAGS)[ENABLE_MINITASN1]: Add
  `minitasn1' include directory.
  (LDADD)[ENABLE_MINITASN1]: Likewise.
---
 tests/pkcs12-decode/Makefile.am |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/tests/pkcs12-decode/Makefile.am b/tests/pkcs12-decode/Makefile.am
index 8a62aee..80eb7ef 100644
--- a/tests/pkcs12-decode/Makefile.am
+++ b/tests/pkcs12-decode/Makefile.am
@@ -36,3 +36,9 @@ AM_CPPFLAGS = -I$(top_srcdir)/lgl -I$(top_builddir)/lgl       
        \
 AM_LDFLAGS = -no-install
 LDADD = ../../lib/libgnutls.la ../../gl/libgnu.la ../../lgl/liblgnu.la 
../libutils.la
 
+if ENABLE_MINITASN1
+
+AM_CPPFLAGS += -I$(top_srcdir)/lib/minitasn1
+LDADD += $(top_builddir)/lib/minitasn1/libminitasn1.la
+
+endif
-- 
1.6.0


reply via email to

[Prev in Thread] Current Thread [Next in Thread]