summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-03-06 22:14:59 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-03-06 22:14:59 +0000
commitcc09b81c01afb8100f1f4d98060f79ebd766878e (patch)
treec9c85c4d9081d1ddcf6bdb24d8f1a370caa750db /tests
parent68b0846da93b2d05ba2bbf0ac1846d5ef31fe42f (diff)
tests/check/Makefile.am: Add missing backslash at end of line.
Original commit message from CVS: * tests/check/Makefile.am: Add missing backslash at end of line.
Diffstat (limited to 'tests')
-rw-r--r--tests/check/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index 935b1601..1890ab88 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -42,7 +42,7 @@ check_PROGRAMS = \
elements/level \
elements/matroskamux \
elements/icydemux \
- elements/videofilter
+ elements/videofilter \
$(check_taglib)
TESTS = $(check_PROGRAMS)