diff options
Diffstat (limited to 'w32')
-rw-r--r-- | w32/Makefile.am | 2 |
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) |