diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-05-04T12·45+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-05-04T12·45+0000 |
commit | ef093aac8f24535f6d0c75332ac7aeafbbe8c161 (patch) | |
tree | 1999a1922fd4e8604657d1bc2829ae96ffdbe797 | |
parent | 256eeab7112da2d5fe1629ffb8b86640a894ee6d (diff) |
* Grrr. TESTS are not included in EXTRA_DIST.
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index dc8c15e67134..7c62f9025214 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -15,5 +15,5 @@ TESTS = init.sh simple.sh include ../substitute.mk -EXTRA_DIST = \ +EXTRA_DIST = $(TESTS) \ simple.nix.in simple.builder.sh |