summaryrefslogtreecommitdiff
path: root/w32
diff options
context:
space:
mode:
authorAlexey Pavlov <alexpux@gmail.com>2013-05-18 17:58:10 +0300
committerEli Zaretskii <eliz@gnu.org>2013-05-18 17:58:10 +0300
commit80183457adaca8dd3a013370f79a22b62c915c43 (patch)
treee2ff3c343b07f8493e9ee7e1d3601dfbcf5d30fb /w32
parentcece7ad61f1375e855d1a2c55ab183a177e2a7b6 (diff)
downloadgunmake-80183457adaca8dd3a013370f79a22b62c915c43.tar.gz
Fix the MS-Windows build using the Posix configury.
w32/Makefile.am (libw32_a_SOURCES): Add compat/posixfcn.c. configure.ac (OUTPUT_SYNC): Define for mingw32 target.
Diffstat (limited to 'w32')
-rw-r--r--w32/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/w32/Makefile.am b/w32/Makefile.am
index 1e92b31..be757fe 100644
--- a/w32/Makefile.am
+++ b/w32/Makefile.am
@@ -18,6 +18,6 @@
noinst_LIBRARIES = libw32.a
libw32_a_SOURCES = subproc/misc.c subproc/sub_proc.c subproc/w32err.c \
- pathstuff.c
+ compat/posixfcn.c pathstuff.c
libw32_a_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/subproc -I$(top_srcdir)