summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2009-06-06 21:28:27 +0400
committerWim Taymans <wim@metal.(none)>2009-06-07 23:01:30 +0200
commit7b28f931bb665dcacb228c153321ebf10852cb80 (patch)
treefa6d08ecc2d96099e5e105483111ff192a58a7ba
parent34100ce1c702207c12d5e339d668572b06778d6c (diff)
downloadgst-plugins-bad-7b28f931bb665dcacb228c153321ebf10852cb80.tar.gz
gst-plugins-bad-7b28f931bb665dcacb228c153321ebf10852cb80.tar.bz2
gst-plugins-bad-7b28f931bb665dcacb228c153321ebf10852cb80.zip
Added base libs to debug utils makefile
Fixes #585015
-rw-r--r--gst/debugutils/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/debugutils/Makefile.am b/gst/debugutils/Makefile.am
index d1e1430e..3b93fa91 100644
--- a/gst/debugutils/Makefile.am
+++ b/gst/debugutils/Makefile.am
@@ -2,7 +2,7 @@ plugin_LTLIBRARIES = libgstdebugutilsbad.la
libgstdebugutilsbad_la_SOURCES = fpsdisplaysink.c debugutilsbad.c
libgstdebugutilsbad_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
-libgstdebugutilsbad_la_LIBADD = $(GST_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR)
+libgstdebugutilsbad_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR)
libgstdebugutilsbad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstdebugutilsbad_la_LIBTOOLFLAGS = --tag=disable-static