Move declaration to a more appropriate header.
[mono.git] / mono / metadata / Makefile.am
index 0b767a40c845d4a5b55ab86f1e0e8603b91d845b..11c656d43ae79e2df5e002e6e80ea22c3d53650c 100644 (file)
@@ -139,6 +139,8 @@ libmonoruntime_la_SOURCES = \
        mono-basic-block.c      \
        mono-basic-block.h      \
        mono-config.c           \
+       mono-cq.c               \
+       mono-cq.h               \
        mono-debug.h            \
        mono-debug.c            \
        mono-debug-debugger.h   \
@@ -191,6 +193,8 @@ libmonoruntime_la_SOURCES = \
        sgen-major-copying.c    \
        sgen-los.c              \
        sgen-protocol.c \
+       sgen-bridge.c           \
+       sgen-bridge.h           \
        sgen-gc.h               \
        sgen-archdep.h          \
        sgen-cardtable.h        \
@@ -253,6 +257,7 @@ libmonoruntimeinclude_HEADERS = \
        mono-config.h           \
        mono-debug.h            \
        mono-gc.h               \
+       sgen-bridge.h           \
        object.h                \
        opcodes.h               \
        profiler.h              \
@@ -285,5 +290,6 @@ pedump_LDFLAGS=-framework CoreFoundation
 endif
 endif
 
-EXTRA_DIST = make-bundle.pl sample-bundle $(win32_sources) $(unix_sources) $(null_sources) $(sgen_sources) runtime.h
+EXTRA_DIST = make-bundle.pl sample-bundle $(win32_sources) $(unix_sources) $(null_sources) $(sgen_sources) runtime.h \
+               tpool-poll.c tpool-epoll.c tpool-kqueue.c