Merge pull request #1374 from directhex/master
authorZoltan Varga <vargaz@gmail.com>
Tue, 28 Oct 2014 05:08:37 +0000 (01:08 -0400)
committerZoltan Varga <vargaz@gmail.com>
Tue, 28 Oct 2014 05:08:37 +0000 (01:08 -0400)
Add missing header file to s390x_sources

mono/mini/Makefile.am.in

index b4c85e1a4d318c7138c0ff43431c8eed3e8edbf4..d43605ce620c8c9e472e83debd2a1451ae4b5356 100755 (executable)
@@ -344,6 +344,7 @@ sparc_sources = \
 s390x_sources = \
        mini-s390x.c            \
        mini-s390x.h            \
+       support-s390x.h         \
        exceptions-s390x.c      \
        tramp-s390x.c