From 47280398b7705d9b632f5866153e82c35c2840e1 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 30 Oct 2008 19:24:53 +0100 Subject: Builds on my system now. --- tests/pkcs12-decode/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/pkcs12-decode/Makefile.am') diff --git a/tests/pkcs12-decode/Makefile.am b/tests/pkcs12-decode/Makefile.am index 82202a1cf2..a1343184b7 100644 --- a/tests/pkcs12-decode/Makefile.am +++ b/tests/pkcs12-decode/Makefile.am @@ -27,14 +27,14 @@ TESTS = pkcs12 pkcs12_s2k check_PROGRAMS = pkcs12_s2k -AM_CPPFLAGS = -I$(top_srcdir)/lgl -I$(top_builddir)/lgl \ +AM_CPPFLAGS = \ -I$(srcdir)/.. \ -I$(top_srcdir)/gl -I$(top_builddir)/gl \ -I$(top_srcdir)/includes -I$(top_builddir)/includes \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/doc/examples AM_LDFLAGS = -no-install -LDADD = ../../lib/libgnutls.la ../../gl/libgnu.la ../../lgl/liblgnu.la ../libutils.la +LDADD = ../../lib/libgnutls.la ../../gl/libgnu.la ../libutils.la if ENABLE_MINITASN1 -- cgit v1.2.1