Skip to content
Snippets Groups Projects
Commit 34831879 authored by Rico Tzschichholz's avatar Rico Tzschichholz Committed by Thibault Saunier
Browse files

plugin: Do not version the plugin library

parent 96b031a9
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,6 @@ INCLUDES = $(PYGOBJECT_CFLAGS) $(GST_CFLAGS)\
$(PYTHON_INCLUDES)
libgstpythonplugin_la_SOURCES = gstpythonplugin.c
libgstpythonplugin_la_LDFLAGS =
libgstpythonplugin_la_LDFLAGS = -avoid-version
libgstpythonplugin_la_LIBADD = $(PYTHON_LIBS) $(PYGOBJECT_LIBS) $(GST_LIBS)
libgstpythonplugin_la_CFLAGS = $(GST_CFLAGS) $(PYGOBJECT_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(PYTHON_INCLUDES)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment