X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fio-layer%2FMakefile.am;h=b963eb6a053a15d5d108e3b3af96fe011c93fa32;hb=2dc628d36f9ebd44d25126bfba00cffc6c2df8e4;hp=07cc6d663bc3482eaa6a4a86e40b502b8a6e6d9a;hpb=b07a494bb6b734a58268066533b1db2f884d6eba;p=mono.git diff --git a/mono/io-layer/Makefile.am b/mono/io-layer/Makefile.am index 07cc6d663bc..b963eb6a053 100644 --- a/mono/io-layer/Makefile.am +++ b/mono/io-layer/Makefile.am @@ -5,15 +5,14 @@ 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 OTHER_H = \ access.h \ - collection.h \ context.h \ - critical-sections.h \ error.h \ events.h \ handles.h \ @@ -28,24 +27,19 @@ 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 \ - collection.c \ - collection.h \ context.c \ context.h \ - critical-sections.c \ - critical-sections.h \ - critical-section-private.h \ error.c \ error.h \ events.c \ @@ -64,8 +58,6 @@ OTHER_SRC = \ macros.h \ messages.c \ messages.h \ - misc.c \ - misc-private.h \ mutexes.c \ mutexes.h \ mutex-private.h \ @@ -85,8 +77,6 @@ OTHER_SRC = \ socket-private.h \ socket-wrappers.h \ status.h \ - system.c \ - system.h \ threads.h \ thread-private.h \ timefuncs.c \