From: Peter Johnson Date: Mon, 15 Jan 2007 17:54:46 +0000 (-0000) Subject: Unbreak distcheck (missing test shell scripts from EXTRA_DIST). X-Git-Tag: v0.6.0~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2054b00ee186bcb79dd561d2895d4688078c77f;p=yasm Unbreak distcheck (missing test shell scripts from EXTRA_DIST). svn path=/trunk/yasm/; revision=1733 --- diff --git a/modules/objfmts/macho/tests/nasm32/Makefile.inc b/modules/objfmts/macho/tests/nasm32/Makefile.inc index d7350b0f..462d4df4 100644 --- a/modules/objfmts/macho/tests/nasm32/Makefile.inc +++ b/modules/objfmts/macho/tests/nasm32/Makefile.inc @@ -2,6 +2,7 @@ TESTS += modules/objfmts/macho/tests/nasm32/macho32_test.sh +EXTRA_DIST += modules/objfmts/macho/tests/nasm32/macho32_test.sh EXTRA_DIST += modules/objfmts/macho/tests/nasm32/machotest.c EXTRA_DIST += modules/objfmts/macho/tests/nasm32/machotest.asm EXTRA_DIST += modules/objfmts/macho/tests/nasm32/machotest.hex diff --git a/modules/objfmts/macho/tests/nasm64/Makefile.inc b/modules/objfmts/macho/tests/nasm64/Makefile.inc index d7bbfaae..d473ff0c 100644 --- a/modules/objfmts/macho/tests/nasm64/Makefile.inc +++ b/modules/objfmts/macho/tests/nasm64/Makefile.inc @@ -2,6 +2,7 @@ TESTS += modules/objfmts/macho/tests/nasm64/macho64_test.sh +EXTRA_DIST += modules/objfmts/macho/tests/nasm64/macho64_test.sh EXTRA_DIST += modules/objfmts/macho/tests/nasm64/machotest64.c EXTRA_DIST += modules/objfmts/macho/tests/nasm64/machotest64.asm EXTRA_DIST += modules/objfmts/macho/tests/nasm64/machotest64.hex