[mutex] Make mono_os_mutex_* functions return more meaningful value
[mono.git] / mono / io-layer / Makefile.am
index 1f2c5e14acdc67ea007c49b6aa2079ed3afa54d7..54e2dde02a1847550cdff9d4162ed58ef6e41630 100644 (file)
@@ -12,12 +12,11 @@ libwapiincludedir = $(includedir)/mono-$(API_VER)/mono/io-layer
 
 OTHER_H = \
        access.h        \
-       collection.h    \
        context.h       \
        error.h         \
        events.h        \
-       handles.h       \
        io.h            \
+       io-trace.h      \
        io-layer.h      \
        io-portability.h        \
        macros.h        \
@@ -39,8 +38,6 @@ OTHER_H = \
 
 OTHER_SRC = \
        access.h                \
-       collection.c            \
-       collection.h            \
        context.c               \
        context.h               \
        error.c                 \
@@ -48,9 +45,6 @@ OTHER_SRC = \
        events.c                \
        events.h                \
        event-private.h         \
-       handles.c               \
-       handles.h               \
-       handles-private.h       \
        io.c                    \
        io.h                    \
        io-portability.c        \
@@ -95,6 +89,7 @@ OTHER_SRC = \
        wapi_glob.c             \
        wapi.h                  \
        wapi-private.h          \
+       wapi.c          \
        wthreads.c