]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Also add -I's for gnulib's build directory, for mingw.
authorSimon Josefsson <simon@josefsson.org>
Fri, 21 Oct 2011 11:23:21 +0000 (13:23 +0200)
committerSimon Josefsson <simon@josefsson.org>
Fri, 21 Oct 2011 11:23:21 +0000 (13:23 +0200)
Reported by "Hoyt, David" <hoyt6@llnl.gov>.

lib/Makefile.am
lib/x509/Makefile.am

index 5a92dbaa4045d9a07b2d438866ff74af0f063b29..50569d08268b86d2101eef07f0e27838aa321bfc 100644 (file)
@@ -30,7 +30,8 @@ localedir = $(datadir)/locale
 AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS)
 AM_CPPFLAGS = \
        -DLOCALEDIR=\"$(localedir)\"            \
-       -I$(srcdir)/../gl                               \
+       -I$(srcdir)/../gl                       \
+       -I$(builddir)/../gl                     \
        -I$(srcdir)/includes                    \
        -I$(srcdir)/x509
 
index e37c6664fe565ed704b93b8a3aa23551c7b0d851..f5f6efff4f13b2e7c217f4bb04abd3f319911c37 100644 (file)
@@ -19,6 +19,7 @@
 AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS)
 AM_CPPFLAGS = \
        -I$(srcdir)/../../gl            \
+       -I$(builddir)/../../gl          \
        -I$(srcdir)/../includes         \
        -I$(builddir)/../includes       \
        -I$(srcdir)/..                  \