Add missing header file to s390x_sources, otherwise a required header file for s390x...
authorJo Shields <jo.shields@xamarin.com>
Mon, 27 Oct 2014 22:51:47 +0000 (22:51 +0000)
committerJo Shields <jo.shields@xamarin.com>
Mon, 27 Oct 2014 22:51:47 +0000 (22:51 +0000)
mono/mini/Makefile.am.in

index 104294b401a740f5244e6f0c7240f5b6a771a438..c76d61848d91fab629131d5f2ba722b6b87ef510 100755 (executable)
@@ -348,6 +348,7 @@ sparc_sources = \
 s390x_sources = \
        mini-s390x.c            \
        mini-s390x.h            \
+       support-s390x.h         \
        exceptions-s390x.c      \
        tramp-s390x.c