aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 488f86f..be63260 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -19,9 +19,16 @@
## Process this file with automake to produce Makefile.in
+if HAVE_W32CE_SYSTEM
+extra_includes = -idirafter $(top_builddir)/src/gpg-extra
+else
+extra_includes =
+endif
+
+
TESTS = t-strerror t-syserror
-INCLUDES = -I$(top_builddir)/src
+INCLUDES = -I$(top_builddir)/src $(extra_includes)
LDADD = ../src/libgpg-error.la