summaryrefslogtreecommitdiff
path: root/tests/slow
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-05-15 23:53:17 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-05-17 08:23:29 +0200
commitb7f7b483a2c1e8da424bb3519e9365c489f1b248 (patch)
tree87140eb957b724772ae58a95deecbe85770538ff /tests/slow
parent3c306b63f8377440c1ebdbf30264b342ff2d02d6 (diff)
downloadgnutls-b7f7b483a2c1e8da424bb3519e9365c489f1b248.tar.gz
tests/slow: add -I flags necessary for out-of-source builds.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'tests/slow')
-rw-r--r--tests/slow/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/slow/Makefile.am b/tests/slow/Makefile.am
index 0e4b382a67..d65b9d59ae 100644
--- a/tests/slow/Makefile.am
+++ b/tests/slow/Makefile.am
@@ -20,7 +20,9 @@
AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
AM_CPPFLAGS = -I$(top_srcdir)/lib/includes \
-I$(top_builddir)/lib/includes \
- -I$(top_srcdir)/tests/
+ -I$(top_srcdir)/tests/ \
+ -I$(top_srcdir)/lib \
+ -I$(top_srcdir)/gl
AM_LDFLAGS = -no-install
LDADD = ../libutils.la \