From: Peter Johnson Date: Tue, 26 Mar 2002 03:48:01 +0000 (-0000) Subject: Include Makefile.inc itself in the distribution! X-Git-Tag: v0.2.0~276 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ffa58d5f1829c409aa66eaa2005be07385988d5d;p=yasm Include Makefile.inc itself in the distribution! svn path=/trunk/yasm/; revision=549 --- diff --git a/modules/preprocs/yapp/tests/Makefile.inc b/modules/preprocs/yapp/tests/Makefile.inc index 6c65ef05..8bfb0488 100644 --- a/modules/preprocs/yapp/tests/Makefile.inc +++ b/modules/preprocs/yapp/tests/Makefile.inc @@ -4,6 +4,7 @@ TESTS += \ src/preprocs/yapp/tests/yapp_test.sh EXTRA_DIST += \ + src/preprocs/yapp/tests/Makefile.inc \ src/preprocs/yapp/tests/yapp_test.sh \ src/preprocs/yapp/tests/raw.asm \ src/preprocs/yapp/tests/raw.pre \ diff --git a/src/preprocs/yapp/tests/Makefile.inc b/src/preprocs/yapp/tests/Makefile.inc index 6c65ef05..8bfb0488 100644 --- a/src/preprocs/yapp/tests/Makefile.inc +++ b/src/preprocs/yapp/tests/Makefile.inc @@ -4,6 +4,7 @@ TESTS += \ src/preprocs/yapp/tests/yapp_test.sh EXTRA_DIST += \ + src/preprocs/yapp/tests/Makefile.inc \ src/preprocs/yapp/tests/yapp_test.sh \ src/preprocs/yapp/tests/raw.asm \ src/preprocs/yapp/tests/raw.pre \