summaryrefslogtreecommitdiff
path: root/tests/pkcs12-decode
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-07-02 14:25:34 +0200
committerSimon Josefsson <simon@josefsson.org>2008-07-02 14:25:34 +0200
commit096380edf27b656f83cb35b31aa37fb7ad2ceda4 (patch)
tree467c7d009f45a33ad2f217ae2777ba7752aa2724 /tests/pkcs12-decode
parent5d79ee01700d484a8fc8361f76f30cc226454868 (diff)
downloadgnutls-096380edf27b656f83cb35b31aa37fb7ad2ceda4.tar.gz
The -I.. needs to point to srcdir.
Diffstat (limited to 'tests/pkcs12-decode')
-rw-r--r--tests/pkcs12-decode/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/pkcs12-decode/Makefile.am b/tests/pkcs12-decode/Makefile.am
index f79b813d97..8a62aee767 100644
--- a/tests/pkcs12-decode/Makefile.am
+++ b/tests/pkcs12-decode/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2006 Free Software Foundation
+# Copyright (C) 2006, 2008 Free Software Foundation
#
# Author: Simon Josefsson
#
@@ -27,7 +27,8 @@ TESTS = pkcs12 pkcs12_s2k
check_PROGRAMS = pkcs12_s2k
-AM_CPPFLAGS = -I$(top_srcdir)/lgl -I$(top_builddir)/lgl -I.. \
+AM_CPPFLAGS = -I$(top_srcdir)/lgl -I$(top_builddir)/lgl \
+ -I$(srcdir)/.. \
-I$(top_srcdir)/gl -I$(top_builddir)/gl \
-I$(top_srcdir)/includes -I$(top_builddir)/includes \
-I$(top_srcdir)/lib \