Fix a bug where a variable could be used without being initialized in W32.
[make.git] / w32 / Makefile.am
blobfd6743d8dee8fd702df8db5f1f5a4c5718d4052c
1 # Makefile.am to create libw32.a for mingw32 host.
3 noinst_LIBRARIES = libw32.a
5 libw32_a_SOURCES =  subproc/misc.c subproc/sub_proc.c subproc/w32err.c \
6                     pathstuff.c
8 libw32_a_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/subproc -I$(top_srcdir)