examples: don't link testchannels example with system libgstaudio
authorChristophe Fergeau <cfergeau@redhat.com>
Wed, 8 Jun 2011 09:33:07 +0000 (11:33 +0200)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 8 Jun 2011 11:14:20 +0000 (12:14 +0100)
commita9b979d45f38c592a46106a86b37d1c6c83c0be4
tree4841d975f8be583929ba9724e599bd2ff3cf5296
parentdbc04a27ecd75bc8bdb52af9324fafa6099e9ff8
examples: don't link testchannels example with system libgstaudio

The testchannels audio test program is using -lgstaudio-0.10 to link
with libgstaudio which won't use the gstaudio library that was just
built but the one from the system. This is an issue since it means
we won't be testing the code from the current source tree, and it
also breaks the build when building on a system which don't have
a libgstaudio yet.

https://bugzilla.gnome.org/show_bug.cgi?id=652100
tests/examples/audio/Makefile.am