summaryrefslogtreecommitdiff
path: root/gst/debugutils/Makefile.am
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-13 13:10:13 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-13 13:15:39 +0200
commitc88cd9cefc73e9313f82cef94f710f4c2144da38 (patch)
treefceaa54fabf86272aeffc798d946e076110aa712 /gst/debugutils/Makefile.am
parentc090df8f046ac0a32ac4fea56e4516c3b042932e (diff)
downloadgstreamer-plugins-bad-c88cd9cefc73e9313f82cef94f710f4c2144da38.tar.gz
Update for the removal of the interfaces library and the tuner/mixer interfaces
Diffstat (limited to 'gst/debugutils/Makefile.am')
-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 ebcbde58e..70d793ffd 100644
--- a/gst/debugutils/Makefile.am
+++ b/gst/debugutils/Makefile.am
@@ -30,7 +30,7 @@ nodist_libgstdebugutilsbad_la_SOURCES = $(BUILT_SOURCES)
libgstdebugutilsbad_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
libgstdebugutilsbad_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
-lgstvideo-$(GST_API_VERSION) \
- -lgstinterfaces-$(GST_API_VERSION) $(GST_LIBS)
+ $(GST_LIBS)
libgstdebugutilsbad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstdebugutilsbad_la_LIBTOOLFLAGS = --tag=disable-static