2007-07-22 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / io-layer / Makefile.am
index 2f3b11e33e97e8e2462d8f87ba2fa7c790ef1cf5..066c7e85377f0a5abd0b5b98595e038d4a69628c 100644 (file)
@@ -2,12 +2,11 @@ noinst_LTLIBRARIES = libwapi.la
 
 INCLUDES = \
        $(GLIB_CFLAGS)          \
-       $(GMODULE_CFLAGS)       \
        $(LIBGC_CFLAGS)         \
        -DMONO_BINDIR=\""$(bindir)"\"   \
        -I$(top_srcdir) 
 
-libwapiincludedir = $(includedir)/mono/io-layer
+libwapiincludedir = $(includedir)/mono-$(API_VER)/mono/io-layer
 
 OTHER_H = \
        access.h        \
@@ -20,6 +19,7 @@ OTHER_H = \
        handles.h       \
        io.h            \
        io-layer.h      \
+       io-portability.h        \
        macros.h        \
        mono-mutex.h    \
        mutexes.h       \
@@ -57,6 +57,8 @@ OTHER_SRC = \
        handles-private.h       \
        io.c                    \
        io.h                    \
+       io-portability.c        \
+       io-portability.h        \
        io-private.h            \
        io-layer.h              \
        macros.h                \
@@ -91,13 +93,13 @@ OTHER_SRC = \
        timefuncs.c             \
        timefuncs.h             \
        timefuncs-private.h     \
-       timed-thread.c          \
-       timed-thread.h          \
        types.h                 \
        uglify.h                \
        versioninfo.h           \
        wait.c                  \
        wait.h                  \
+       wapi_glob.h             \
+       wapi_glob.c             \
        wapi.h                  \
        wapi-private.h
 
@@ -109,7 +111,7 @@ WINDOWS_SRC = \
        io-layer-dummy.c
 
 HPPA_SRC = \
-       hppa_atomic.s
+       hppa_atomic.S
 
 if PLATFORM_WIN32
 libwapi_la_SOURCES = $(WINDOWS_SRC)