bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH][bug #48037] Add glob folder include to w32/Makefile.am


From: Luke Allardyce
Subject: [PATCH][bug #48037] Add glob folder include to w32/Makefile.am
Date: Sat, 28 May 2016 00:11:51 +0900

Fixes windows build when compiling with make.

 

diff --git a/w32/Makefile.am b/w32/Makefile.am

index b0b4734..53ba788 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]