Merge pull request #2780 from alexanderkyte/seq_point_optimize
[mono.git] / mono / io-layer / Makefile.am
index 47e31071494b9df89ae82ae2fea109eaa4ab91ee..0eb885e055e4a843868fbcc00a1f0600a99827a1 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        \
@@ -28,7 +27,6 @@ OTHER_H = \
        semaphores.h    \
        sockets.h       \
        status.h        \
-       threads.h       \
        timefuncs.h     \
        types.h         \
        uglify.h        \
@@ -39,8 +37,6 @@ OTHER_H = \
 
 OTHER_SRC = \
        access.h                \
-       collection.c            \
-       collection.h            \
        context.c               \
        context.h               \
        error.c                 \
@@ -48,9 +44,6 @@ OTHER_SRC = \
        events.c                \
        events.h                \
        event-private.h         \
-       handles.c               \
-       handles.h               \
-       handles-private.h       \
        io.c                    \
        io.h                    \
        io-portability.c        \
@@ -61,8 +54,6 @@ OTHER_SRC = \
        macros.h                \
        messages.c              \
        messages.h              \
-       misc.c                  \
-       misc-private.h          \
        mutexes.c               \
        mutexes.h               \
        mutex-private.h         \
@@ -82,8 +73,6 @@ OTHER_SRC = \
        socket-private.h        \
        socket-wrappers.h       \
        status.h                \
-       threads.h               \
-       thread-private.h        \
        timefuncs.c             \
        timefuncs.h             \
        timefuncs-private.h     \
@@ -97,7 +86,7 @@ OTHER_SRC = \
        wapi_glob.c             \
        wapi.h                  \
        wapi-private.h          \
-       wthreads.c
+       wapi.c
 
 
 WINDOWS_H = \