summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Decina <alessandro.decina@collabora.co.uk>2010-08-26 12:14:33 +0200
committerAlessandro Decina <alessandro.decina@collabora.co.uk>2010-08-26 12:15:19 +0200
commit53e5a77f527f40e4a16e1a00d574fb9f4f1c3c9e (patch)
tree7f9db3217754bf7b44f50500c7dd9b00624f3f2c
parent9ee33ad3014b751ead5a1b0aa44b9c74458dac6d (diff)
plugin: don't link to libpython
-rw-r--r--plugin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/Makefile.am b/plugin/Makefile.am
index a8b6342..fc961a0 100644
--- a/plugin/Makefile.am
+++ b/plugin/Makefile.am
@@ -7,4 +7,4 @@ INCLUDES = $(PYGOBJECT_CFLAGS) $(GST_CFLAGS)\
libgstpython_la_SOURCES = gstpythonplugin.c
libgstpython_la_LDFLAGS = -module -avoid-version
-libgstpython_la_LIBADD = $(GST_LIBS) $(PYTHON_LIBS)
+libgstpython_la_LIBADD = $(GST_LIBS)