Rename configure.in -> configure.ac. Based on PR #976.
[mono.git] / mono / metadata / Makefile.am.in
index c4d7c9c562ae1edc59676aa1d4f0e89dd9a34c97..fa6228326346f1b492131ccfa1c1752958f4ba94 100644 (file)
@@ -75,7 +75,7 @@ AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/mono $(LIBGC_CPPFLAGS) $(GLIB_CFLA
 #  mono-config.c uses MONO_CFG_DIR
 #
 # This won't result in many more false positives than AC_DEFINEing them
-# in configure.in.
+# in configure.ac.
 #
 assembly.lo mono-config.lo: Makefile
 
@@ -117,6 +117,7 @@ common_sources = \
        filewatcher.c           \
        filewatcher.h           \
        gc-internal.h           \
+       gc-memfuncs.c           \
        icall.c                 \
        icall-def.h             \
        image.c                 \
@@ -189,7 +190,8 @@ common_sources = \
        threadpool-internals.h  \
        verify.c                \
        verify-internals.h      \
-       wrapper-types.h
+       wrapper-types.h \
+       reflection-internals.h
 
 # These source files have compile time dependencies on GC code
 gc_dependent_sources = \
@@ -218,6 +220,9 @@ sgen_sources = \
        sgen-protocol.c \
        sgen-bridge.c           \
        sgen-bridge.h           \
+       sgen-old-bridge.c               \
+       sgen-new-bridge.c               \
+       sgen-tarjan-bridge.c            \
        sgen-toggleref.c                \
        sgen-toggleref.h                \
        sgen-gc.h               \
@@ -253,7 +258,9 @@ sgen_sources = \
        sgen-stw.c                              \
        sgen-fin-weak-hash.c    \
        sgen-layout-stats.c     \
-       sgen-layout-stats.h
+       sgen-layout-stats.h     \
+       sgen-qsort.c    \
+       sgen-qsort.h
 
 libmonoruntime_la_SOURCES = $(common_sources) $(gc_dependent_sources) $(boehm_sources)
 libmonoruntime_la_CFLAGS = $(BOEHM_DEFINES)
@@ -318,7 +325,7 @@ pedump_LDADD = libmonoruntime.la ../io-layer/libwapi.la ../utils/libmonoutils.la
        $(LIBGC_LIBS) $(GLIB_LIBS) -lm $(LIBICONV) $(PEDUMP_DTRACE_OBJECT)
 
 if PLATFORM_DARWIN
-pedump_LDFLAGS=-framework CoreFoundation
+pedump_LDFLAGS=-framework CoreFoundation -framework Foundation
 endif
 endif
 endif