diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-11-14 14:22:47 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-11-14 14:22:47 +0100 |
commit | a403e8dc875875f91de380b5d99b7b9e947b2a67 (patch) | |
tree | 39047550fce086dd180d12882d0ef9c226a1f925 /tests | |
parent | 9de24f935dc1c145a45dbc8a6080d1ec7b29e56f (diff) | |
download | gnutls-a403e8dc875875f91de380b5d99b7b9e947b2a67.tar.gz |
Add -I for libextra too.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 5278e9b6fd..1903fe50f5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -34,6 +34,8 @@ AM_CPPFLAGS = \ -I$(top_builddir)/gl \ -I$(top_srcdir)/lib/includes \ -I$(top_builddir)/lib/includes \ + -I$(top_srcdir)/libextra/includes \ + -I$(top_builddir)/libextra/includes \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/doc/examples |