Tue Sep 11 16:15:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
[mono.git] / mono / metadata / Makefile.am
index 2369bbecf3995d38722b09008587884b833cf1e9..6ff2368895bb0dc87158f4d05b6a93f9be1aab0e 100644 (file)
@@ -5,15 +5,15 @@ if PLATFORM_WIN32
 assembliesdir = `cygpath -m "${libdir}"`
 confdir = `cygpath -m "${sysconfdir}"`
 export HOST_CC
-else
 # The mingw math.h has "extern inline" functions that dont appear in libs, so
 # optimisation is required to actually inline them
 AM_CFLAGS = -O
+else
 assembliesdir = $(exec_prefix)/lib
 confdir = $(sysconfdir)
 endif
 
-bin_PROGRAMS = pedump monodiet
+bin_PROGRAMS = pedump
 
 #
 # libtool is not capable of creating static/shared versions of the same
@@ -84,6 +84,8 @@ libmonoruntime_la_SOURCES = \
        rand.c          \
        security.c      \
        security.h      \
+       security-core-clr.c     \
+       security-core-clr.h     \
        string-icalls.c \
        string-icalls.h \
        sysmath.h       \
@@ -163,16 +165,5 @@ pedump_SOURCES =           \
 pedump_LDADD = libmonoruntime.la ../io-layer/libwapi.la ../utils/libmonoutils.la \
        $(LIBGC_LIBS) $(GLIB_LIBS) -lm
 
-monodiet_SOURCES = monodiet.c
-
-monodiet_LDADD = \
-       libmonoruntime.la       \
-       ../io-layer/libwapi.la          \
-       ../utils/libmonoutils.la        \
-       $(LIBGC_LIBS)                   \
-       $(GLIB_LIBS)                    \
-       $(ICU_LIBS)                     \
-       -lm
-
 EXTRA_DIST = make-bundle.pl sample-bundle