diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2011-02-23 20:40:36 -0500 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2011-02-23 20:45:01 -0500 |
commit | bd527949eaf6e284eaff04da9a01f2fdbffe1943 (patch) | |
tree | f421a48284d088257b0b268098194b108ed4760c /tools | |
parent | e785c9f40749bbda577977ffd0d021b3dc661d24 (diff) |
Add missing test script to EXTRA_DIST
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 14d4ab8..fd74a22 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -16,8 +16,12 @@ EXTRA_DIST = \ lcov.am \ libglibcodegen.py \ libtpcodegen.py \ + log-strip.py \ specparser.py \ telepathy.am \ + test-wrapper.sh \ + valgrind.mk \ + with-session-bus.sh \ xincludator.py CLEANFILES = *.pyc *.pyo |