plugin: don't link to libpython

This commit is contained in:
Alessandro Decina 2010-08-26 12:14:33 +02:00
parent 9ee33ad301
commit 53e5a77f52

View file

@ -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)