]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
The -I.. needs to point to srcdir.
authorSimon Josefsson <simon@josefsson.org>
Wed, 2 Jul 2008 12:25:34 +0000 (14:25 +0200)
committerSimon Josefsson <simon@josefsson.org>
Wed, 2 Jul 2008 12:25:34 +0000 (14:25 +0200)
tests/pkcs12-decode/Makefile.am

index f79b813d97de8cd919ec46a40c56cd6d6ce246b4..8a62aee767f016358f3e222aaa3e41adddbeb808 100644 (file)
@@ -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                                             \