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.
This commit is contained in:
Tim-Philipp Müller 2007-03-06 22:14:59 +00:00
parent 68b0846da9
commit cc09b81c01
2 changed files with 6 additions and 1 deletions

View file

@ -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.

View file

@ -42,7 +42,7 @@ check_PROGRAMS = \
elements/level \
elements/matroskamux \
elements/icydemux \
elements/videofilter
elements/videofilter \
$(check_taglib)
TESTS = $(check_PROGRAMS)