diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-04-11 14:25:40 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-04-11 14:25:40 +0000 |
commit | e454d74eee3dc5efcc6950b0f67315652e46b24d (patch) | |
tree | da5a69befbc87c29ce3d7ea1cd0ea50f49d6db89 | |
parent | 9666d68d3bd08e4932d0b8413b3cbc02ef507de6 (diff) |
tests/twisted/Makefile.am: distribute library code
-rw-r--r-- | tests/twisted/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/twisted/Makefile.am b/tests/twisted/Makefile.am index b34ff62e7..ea0d1f926 100644 --- a/tests/twisted/Makefile.am +++ b/tests/twisted/Makefile.am @@ -48,7 +48,10 @@ check-local: check-coding-style TESTS="$(TWISTED_TESTS)" TESTS_ENVIRONMENT="PYTHONPATH=@abs_top_srcdir@/tests/twisted $(PYTHON)" EXTRA_DIST = \ - $(TWISTED_TESTS) + $(TWISTED_TESTS) \ + gabbletest.py \ + servicetest.py \ + jingle/jingletest.py CLEANFILES = gabble-[1-9]*.log *.pyc */*.pyc |