diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-03-06 22:14:59 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-03-06 22:14:59 +0000 |
commit | cc09b81c01afb8100f1f4d98060f79ebd766878e (patch) | |
tree | c9c85c4d9081d1ddcf6bdb24d8f1a370caa750db | |
parent | 68b0846da93b2d05ba2bbf0ac1846d5ef31fe42f (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.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | tests/check/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2007-03-06 Tim-Philipp Müller <tim at centricular dot net> + + * tests/check/Makefile.am: + Add missing backslash at end of line. + 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com> Trigger rebuild. 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) |