From b2054b00ee186bcb79dd561d2895d4688078c77f Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Mon, 15 Jan 2007 17:54:46 +0000 Subject: [PATCH] Unbreak distcheck (missing test shell scripts from EXTRA_DIST). svn path=/trunk/yasm/; revision=1733 --- modules/objfmts/macho/tests/nasm32/Makefile.inc | 1 + modules/objfmts/macho/tests/nasm64/Makefile.inc | 1 + 2 files changed, 2 insertions(+) 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