[tracker] Fixes GB#634669, missing test file in tarball



commit 1b3959cb9506b057992b4602b7912d10c967165e
Author: Martyn Russell <martyn lanedo com>
Date:   Fri Nov 12 10:17:25 2010 +0000

    Fixes GB#634669, missing test file in tarball

 .../test-extraction-data/video/Makefile.am         |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/tests/functional-tests/test-extraction-data/video/Makefile.am b/tests/functional-tests/test-extraction-data/video/Makefile.am
index d387da1..3725d55 100644
--- a/tests/functional-tests/test-extraction-data/video/Makefile.am
+++ b/tests/functional-tests/test-extraction-data/video/Makefile.am
@@ -4,13 +4,15 @@ videotestdir = $(datadir)/tracker-tests/test-extraction-data/video
 
 videotest_DATA =
 
-# This should be GSTREAMER OR LIBXINE OR GSTREMER_HELIX OR USING_EXTERNAL_VIDEO_PLAYER
-if HAVE_GSTREAMER
-videotest_DATA +=                                       \
+videos =                                                \
 	video-1.mp4                                    	\
 	video-1.expected                               	\
 	video-2.mov                                    	\
 	video-2.expected
+
+# This should be GSTREAMER OR LIBXINE OR GSTREMER_HELIX OR USING_EXTERNAL_VIDEO_PLAYER
+if HAVE_GSTREAMER
+videotest_DATA += $(videos)
 endif
 
-EXTRA_DIST = $(videotest_DATA)
+EXTRA_DIST = $(videos)



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