From: Ludovic Courtès Date: Tue, 7 Oct 2008 19:08:21 +0000 (+0200) Subject: More test compilation fixes with minitasn1. X-Git-Tag: gnutls_2_7_0~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b78da8d4133aaf0142e4957cc2bf60ca5026c80;p=thirdparty%2Fgnutls.git More test compilation fixes with minitasn1. * tests/Makefile.am (AM_CPPFLAGS)[ENABLE_MINITASN1]: Add minitasn1 directory. Signed-off-by: Simon Josefsson --- diff --git a/tests/Makefile.am b/tests/Makefile.am index b1e191bff0..07a295d686 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -36,6 +36,12 @@ 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 + +endif + noinst_LTLIBRARIES = libutils.la libutils_la_SOURCES = utils.h utils.c