summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2011-11-04 15:36:25 +0100
committerStefan Sauer <ensonic@users.sf.net>2011-11-04 15:37:42 +0100
commit9b96b1a58c682a8c5838243e855ea418c2448c66 (patch)
tree57c0cd95a1d356ef5e0a97e1f59347dddcfae0d2 /tools
parent2f8292b49564764c6af47599c0b41013b65c5d3f (diff)
build: add audio libs (pulled by pbutils) to avoid linking against system version
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 647b634b6..6e4deeda2 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -15,8 +15,9 @@ EXTRA_DIST = \
gst-visualise-m.m gst-visualise.1.in
-LDADD = $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_MAJORMINOR@.la\
- $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_MAJORMINOR@.la\
+LDADD = $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_MAJORMINOR@.la \
+ $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_MAJORMINOR@.la \
+ $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_MAJORMINOR@.la \
$(GST_BASE_LIBS) $(GST_LIBS)
AM_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)