summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-06-15 14:21:30 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-06-15 14:21:30 +0100
commit5b82a997394476bc4bb2a54c711898eee3be30f8 (patch)
tree12cda5a4d92f15de13c3ef55cdb02d843f7cc2e9
parent0f296315d0c27d3cee319968f6a8f59858ca2d3b (diff)
audio: link test program against libgstaudio
-rw-r--r--gst-libs/gst/audio/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/audio/Makefile.am b/gst-libs/gst/audio/Makefile.am
index e531e7352..c7e1dcc51 100644
--- a/gst-libs/gst/audio/Makefile.am
+++ b/gst-libs/gst/audio/Makefile.am
@@ -53,7 +53,7 @@ libgstaudio_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS)
noinst_PROGRAMS = testchannels
testchannels_SOURCES = testchannels.c
testchannels_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
-testchannels_LDADD = $(GST_LIBS)
+testchannels_LDADD = $(builddir)/libgstaudio-$(GST_MAJORMINOR).la $(GST_LIBS)
include $(top_srcdir)/common/gst-glib-gen.mak