Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mono/arch/s390/Makefile.am')
-rw-r--r--mono/arch/s390/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/mono/arch/s390/Makefile.am b/mono/arch/s390/Makefile.am
new file mode 100644
index 00000000000..1c62a88c3bf
--- /dev/null
+++ b/mono/arch/s390/Makefile.am
@@ -0,0 +1,7 @@
+
+INCLUDES = $(GLIB_CFLAGS) -I$(top_srcdir)
+
+noinst_LTLIBRARIES = libmonoarch-s390.la
+
+libmonoarch_s390_la_SOURCES = tramp.c s390-codegen.h
+