diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-04-13 13:10:13 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-04-13 13:15:39 +0200 |
commit | c88cd9cefc73e9313f82cef94f710f4c2144da38 (patch) | |
tree | fceaa54fabf86272aeffc798d946e076110aa712 /gst/debugutils | |
parent | c090df8f046ac0a32ac4fea56e4516c3b042932e (diff) |
Update for the removal of the interfaces library and the tuner/mixer interfaces
Diffstat (limited to 'gst/debugutils')
-rw-r--r-- | gst/debugutils/Makefile.am | 2 |
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 |