diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-08-17T12·21+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-08-17T12·21+0000 |
commit | cc0505f033f9d7f55837dca7b3bb4fb3d2969afb (patch) | |
tree | a5f153a4ca492c33685a56f9217db2160976971e /tests/Makefile.am | |
parent | 4874fd2d9a698170adfd22c69e8e38b5afb7d03c (diff) |
* Distribute *.exp.xml.
Diffstat (limited to 'tests/Makefile.am')
-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 cab1f6a327a2..d55d0690d6e1 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -42,5 +42,5 @@ EXTRA_DIST = $(TESTS) \ user-envs.nix.in user-envs.builder.sh \ fixed.nix.in fixed.builder1.sh fixed.builder2.sh \ gc-runtime.nix.in gc-runtime.builder.sh \ - $(wildcard lang/*.nix) $(wildcard lang/*.exp) \ + $(wildcard lang/*.nix) $(wildcard lang/*.exp) $(wildcard lang/*.exp.xml) \ common.sh.in |