From 9b78da8d4133aaf0142e4957cc2bf60ca5026c80 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 7 Oct 2008 21:08:21 +0200 Subject: [PATCH] More test compilation fixes with minitasn1. * tests/Makefile.am (AM_CPPFLAGS)[ENABLE_MINITASN1]: Add minitasn1 directory. Signed-off-by: Simon Josefsson --- tests/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index b1e191bff..07a295d68 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 -- 2.11.4.GIT