From 7c80521e0b62c083b7974223cc9bc2636b5568fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 17 Feb 2012 13:46:36 +0000 Subject: [PATCH] bindings: don't link to libges four times And even less different versions of it. --- bindings/python/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am index bb2e3c145b..0426d72b72 100644 --- a/bindings/python/Makefile.am +++ b/bindings/python/Makefile.am @@ -22,8 +22,7 @@ ges_la_LDFLAGS = -export-symbols-regex "^(initges|_PyGObject_API).*" \ -module -avoid-version $(GST_PLUGIN_LDFLAGS) ges_la_LIBADD = $(top_builddir)/ges/libges-@GST_MAJORMINOR@.la \ $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \ - -lges-@GST_MAJORMINOR@ -lges-@GST_MAJORMINOR@ \ - -lges-@GST_MAJORMINOR@ $(GST_LIBS) $(LIBM) + $(GST_LIBS) $(PYGST_LIBS) $(LIBM) ges_la_SOURCES = gesmodule.c nodist_ges_la_SOURCES = ges.c