summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-06-02 17:04:45 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-06-07 12:50:22 +0200
commitea0dfae541ef52f4c4ee20ae1705b8e959144950 (patch)
treea7fea2e251398726de28345f5fa56c2615fa62e2
parentf114ec4d7e129380c4e307634e36a25006493743 (diff)
downloadgnutls-ea0dfae541ef52f4c4ee20ae1705b8e959144950.tar.gz
tests: simplified CPPFLAGS of tests using internal gnutls funcs
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--tests/Makefile.am30
1 files changed, 5 insertions, 25 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 681242ad79..82b3b81a5a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -277,47 +277,27 @@ endif
endif
-gc_CPPFLAGS = $(CPPFLAGS) \
- -I$(top_srcdir)/lib/includes \
- -I$(top_builddir)/lib/includes \
- -I$(top_srcdir)/lib/minitasn1 \
- -I$(top_srcdir)/lib \
+gc_CPPFLAGS = $(AM_CPPFLAGS) \
-I$(top_srcdir)/gl \
-I$(top_builddir)/gl \
$(NETTLE_CFLAGS)
-mpi_CPPFLAGS = $(CPPFLAGS) \
- -I$(top_srcdir)/lib/includes \
- -I$(top_builddir)/lib/includes \
- -I$(top_srcdir)/lib/minitasn1 \
- -I$(top_srcdir)/lib \
+mpi_CPPFLAGS = $(AM_CPPFLAGS) \
-I$(top_srcdir)/gl \
-I$(top_builddir)/gl \
$(NETTLE_CFLAGS)
-atfork_CPPFLAGS = $(CPPFLAGS) \
- -I$(top_srcdir)/lib/includes \
- -I$(top_builddir)/lib/includes \
- -I$(top_srcdir)/lib/minitasn1 \
- -I$(top_srcdir)/lib \
+atfork_CPPFLAGS = $(AM_CPPFLAGS) \
-I$(top_srcdir)/gl \
-I$(top_builddir)/gl \
$(NETTLE_CFLAGS)
-pkcs12_s2k_CPPFLAGS = $(CPPFLAGS) \
- -I$(top_srcdir)/lib/includes \
- -I$(top_builddir)/lib/includes \
- -I$(top_srcdir)/lib/minitasn1 \
- -I$(top_srcdir)/lib \
+pkcs12_s2k_CPPFLAGS = $(AM_CPPFLAGS) \
-I$(top_srcdir)/gl \
-I$(top_builddir)/gl \
$(NETTLE_CFLAGS)
-name_constraints_merge_CPPFLAGS = $(CPPFLAGS) \
- -I$(top_srcdir)/lib/includes \
- -I$(top_builddir)/lib/includes \
- -I$(top_srcdir)/lib/minitasn1 \
- -I$(top_srcdir)/lib \
+name_constraints_merge_CPPFLAGS = $(AM_CPPFLAGS) \
-I$(top_srcdir)/gl \
-I$(top_builddir)/gl \
$(NETTLE_CFLAGS)