[runtime] Remove unused io-layer/system.{c,h}.
[mono.git] / mono / io-layer / Makefile.am
index 07cc6d663bc3482eaa6a4a86e40b502b8a6e6d9a..47e31071494b9df89ae82ae2fea109eaa4ab91ee 100644 (file)
@@ -5,7 +5,8 @@ AM_CPPFLAGS = \
        $(GLIB_CFLAGS)          \
        $(LIBGC_CPPFLAGS)       \
        -DMONO_BINDIR=\""$(bindir)"\"   \
-       -I$(top_srcdir) 
+       -I$(top_srcdir) \
+       $(SHARED_CFLAGS)
 
 libwapiincludedir = $(includedir)/mono-$(API_VER)/mono/io-layer
 
@@ -13,7 +14,6 @@ OTHER_H = \
        access.h        \
        collection.h    \
        context.h       \
-       critical-sections.h     \
        error.h         \
        events.h        \
        handles.h       \
@@ -28,14 +28,14 @@ OTHER_H = \
        semaphores.h    \
        sockets.h       \
        status.h        \
-       system.h        \
        threads.h       \
        timefuncs.h     \
        types.h         \
        uglify.h        \
        versioninfo.h   \
        wait.h          \
-       wapi.h
+       wapi.h          \
+       wapi-remap.h
 
 OTHER_SRC = \
        access.h                \
@@ -43,9 +43,6 @@ OTHER_SRC = \
        collection.h            \
        context.c               \
        context.h               \
-       critical-sections.c     \
-       critical-sections.h     \
-       critical-section-private.h      \
        error.c                 \
        error.h                 \
        events.c                \
@@ -85,8 +82,6 @@ OTHER_SRC = \
        socket-private.h        \
        socket-wrappers.h       \
        status.h                \
-       system.c                \
-       system.h                \
        threads.h               \
        thread-private.h        \
        timefuncs.c             \