mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-25 00:28:21 +00:00
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:
parent
68b0846da9
commit
cc09b81c01
2 changed files with 6 additions and 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.
|
||||
|
|
|
@ -42,7 +42,7 @@ check_PROGRAMS = \
|
|||
elements/level \
|
||||
elements/matroskamux \
|
||||
elements/icydemux \
|
||||
elements/videofilter
|
||||
elements/videofilter \
|
||||
$(check_taglib)
|
||||
|
||||
TESTS = $(check_PROGRAMS)
|
||||
|
|
Loading…
Reference in a new issue