X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fio-layer%2FMakefile.am;h=54e2dde02a1847550cdff9d4162ed58ef6e41630;hb=98284703dec53f1dd5664bfb25ee589d7aef430f;hp=c163f80ae4b2b86be8034cbbb50c8923e2fc61ad;hpb=912dda4613db82b1983753b258a72848d3bdf025;p=mono.git diff --git a/mono/io-layer/Makefile.am b/mono/io-layer/Makefile.am index c163f80ae4b..54e2dde02a1 100644 --- a/mono/io-layer/Makefile.am +++ b/mono/io-layer/Makefile.am @@ -5,18 +5,18 @@ 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 \ error.h \ events.h \ - handles.h \ io.h \ + io-trace.h \ io-layer.h \ io-portability.h \ macros.h \ @@ -27,7 +27,6 @@ OTHER_H = \ semaphores.h \ sockets.h \ status.h \ - system.h \ threads.h \ timefuncs.h \ types.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 \ @@ -61,8 +55,6 @@ OTHER_SRC = \ macros.h \ messages.c \ messages.h \ - misc.c \ - misc-private.h \ mutexes.c \ mutexes.h \ mutex-private.h \ @@ -82,8 +74,6 @@ OTHER_SRC = \ socket-private.h \ socket-wrappers.h \ status.h \ - system.c \ - system.h \ threads.h \ thread-private.h \ timefuncs.c \ @@ -99,6 +89,7 @@ OTHER_SRC = \ wapi_glob.c \ wapi.h \ wapi-private.h \ + wapi.c \ wthreads.c