[pitivi: 7/8] tests: Don't forget to dist __init__.py



commit 9d82a8eb622be719514b7717d47a5d4617de7b42
Author: Edward Hervey <edward hervey collabora co uk>
Date:   Thu Jan 20 17:40:46 2011 +0100

    tests: Don't forget to dist __init__.py
    
    Makes out-of-build make check work.

 tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f612314..576d4ef 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -15,7 +15,7 @@ tests = \
 	test_still_image.py			\
 	test_gap.py
 
-EXTRA_DIST = $(tests) runtests.py common.py
+EXTRA_DIST = $(tests) runtests.py common.py __init__.py
 
 clean-local:
 	rm -f testProject.ptv testproject.xptv testproject2.xptv



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]