tests/check/Makefile.am: See if this makes the build bots happy.

Original commit message from CVS:
* tests/check/Makefile.am:
See if this makes the build bots happy.
* tests/check/libs/cddabasesrc.c:
UTF8-ise my name.
This commit is contained in:
Tim-Philipp Müller 2006-09-23 15:02:51 +00:00
parent 0c4b5067f6
commit 9181fcfba0
3 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,11 @@
2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
* tests/check/Makefile.am:
See if this makes the build bots happy.
* tests/check/libs/cddabasesrc.c:
UTF8-ise my name.
2006-09-23 Tim-Philipp Müller <tim at centricular dot net> 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
Patch by: Young-Ho Cha <ganadist at chollian dot net> Patch by: Young-Ho Cha <ganadist at chollian dot net>

View file

@ -95,6 +95,7 @@ libs_audio_LDADD = \
libs_cddabasesrc_LDADD = \ libs_cddabasesrc_LDADD = \
$(top_builddir)/gst-libs/gst/cdda/libgstcdda-@GST_MAJORMINOR@.la \ $(top_builddir)/gst-libs/gst/cdda/libgstcdda-@GST_MAJORMINOR@.la \
$(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_MAJORMINOR@.la \
$(LDADD) $(LDADD)
libs_tag_LDADD = \ libs_tag_LDADD = \

View file

@ -2,7 +2,7 @@
* *
* unit test for cddabasesrc * unit test for cddabasesrc
* *
* Copyright (C) <2005> Tim-Philipp M??ller <tim centricular net> * Copyright (C) <2005> Tim-Philipp Müller <tim centricular net>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public * modify it under the terms of the GNU Library General Public