summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-11-25 10:59:05 +0100
committerSimon Josefsson <simon@josefsson.org>2008-11-25 10:59:05 +0100
commit862e59b915002c86cdfedf7aca2bf0eb9a5ee05e (patch)
treedd0fe823f1f0eaf4791ad33518cd1bb56efce50e /tests
parent8075e8752b64ce660cbe4b9bed55df2c915218b6 (diff)
downloadgnutls-862e59b915002c86cdfedf7aca2bf0eb9a5ee05e.tar.gz
Fix minitasn1 -I's.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index a830bb8d22..7617b50bb7 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -43,9 +43,7 @@ AM_LDFLAGS = -no-install
LDADD = ../lib/libgnutls.la ../gl/libgnu.la libutils.la
if ENABLE_MINITASN1
-
-AM_CPPFLAGS += -I$(top_srcdir)/lib/minitasn1
-
+AM_CPPFLAGS += -I$(srcdir)/../lib/minitasn1
endif
noinst_LTLIBRARIES = libutils.la