Introduce hooks for parallel build scripts.
[mono.git] / mono / mini / Makefile.am
index f4e6a71804e9417ee4bd9015c00ece2a761d9c31..e4f5ec9c58800e2c05723586a06ff00560ae361e 100644 (file)
@@ -772,3 +772,7 @@ patch-automake:
 
 tags:
        etags -o TAGS `find .. -name "*.h" -o -name "*.c"`
+
+if HAS_EXTENSION_MODULE
+include $(top_srcdir)/../mono-extensions/mono/mini/Makefile.am
+endif