Merge pull request #2992 from lambdageek/dev/monoerror-other-invokes
[mono.git] / mono / arch / arm / Makefile.am
index 593574c6b9cdd9216c8c3253c76334118d8dc795..8d2f52782003ea31467289c88cec4ca111c2f4aa 100644 (file)
@@ -1,17 +1,8 @@
 
 AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
 
-noinst_LTLIBRARIES = libmonoarch-arm.la
-
 BUILT_SOURCES = arm_dpimacros.h arm_vfpmacros.h
 
-
-libmonoarch_arm_la_SOURCES = $(BUILT_SOURCES) \
-       arm-codegen.c \
-       arm-codegen.h \
-       arm-dis.c \
-       arm-dis.h
-
 arm_dpimacros.h: dpiops.sh mov_macros.th dpi_macros.th cmp_macros.th
        (cd $(srcdir); bash ./dpiops.sh) > $@t
        mv $@t $@
@@ -22,6 +13,6 @@ arm_vfpmacros.h: vfpops.sh vfpm_macros.th vfp_macros.th
 
 CLEANFILES = $(BUILT_SOURCES)
 
-EXTRA_DIST = dpiops.sh mov_macros.th dpi_macros.th cmp_macros.th \
+EXTRA_DIST = arm-codegen.h dpiops.sh mov_macros.th dpi_macros.th cmp_macros.th \
        vfpm_macros.th vfp_macros.th arm-vfp-codegen.h vfpops.sh