From: Luke Allardyce Date: Fri, 27 May 2016 19:39:55 +0000 (+0300) Subject: [SV 48037] Fix MinGW build with Posix configury tools X-Git-Tag: 4.2.1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2987163ac419a13e199b43f96b2622407e22729d;p=thirdparty%2Fmake.git [SV 48037] Fix MinGW build with Posix configury tools * w32/Makefile.am (libw32_a_CPPFLAGS): Add -I$(srcdir)/glob. Copyright-paperwork-exempt: yes --- diff --git a/w32/Makefile.am b/w32/Makefile.am index b0b47347..5527f778 100644 --- a/w32/Makefile.am +++ b/w32/Makefile.am @@ -22,4 +22,5 @@ noinst_LIBRARIES = libw32.a libw32_a_SOURCES = subproc/misc.c subproc/sub_proc.c subproc/w32err.c \ compat/posixfcn.c pathstuff.c w32os.c -libw32_a_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/subproc -I$(top_srcdir) +libw32_a_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/subproc -I$(top_srcdir) \ + -I$(top_srcdir)/glob