posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / windows-mutex
blob2083ce08129d9579231262e2b990e582ed5afecd
1 Description:
2 Plain mutexes (native Windows implementation).
4 Files:
5 lib/windows-mutex.h
6 lib/windows-mutex.c
7 lib/windows-initguard.h
9 Depends-on:
11 configure.ac:
12 AC_REQUIRE([AC_CANONICAL_HOST])
13 case "$host_os" in
14   mingw*)
15     AC_LIBOBJ([windows-mutex])
16     ;;
17 esac
19 Makefile.am:
21 Include:
22 "windows-mutex.h"
24 License:
25 LGPLv2+
27 Maintainer:
28 all