[runtime] Remove unused io-layer/system.{c,h}.
[mono.git] / mono / io-layer / Makefile.am
index 640012201428838b2e7eb504dcf68285e7bd89af..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
 
@@ -27,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                \
@@ -81,8 +82,6 @@ OTHER_SRC = \
        socket-private.h        \
        socket-wrappers.h       \
        status.h                \
-       system.c                \
-       system.h                \
        threads.h               \
        thread-private.h        \
        timefuncs.c             \