]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add -I for libextra too.
authorSimon Josefsson <simon@josefsson.org>
Fri, 14 Nov 2008 13:22:47 +0000 (14:22 +0100)
committerSimon Josefsson <simon@josefsson.org>
Fri, 14 Nov 2008 13:22:47 +0000 (14:22 +0100)
tests/Makefile.am

index 5278e9b6fd68c36cf323ddf26102cb784fde8a74..1903fe50f50ee237141c5b94213f8f06ab04a156 100644 (file)
@@ -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