summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2014-06-10 16:04:15 +0200
committerThibault Saunier <tsaunier@gnome.org>2014-06-10 16:06:45 +0200
commit34831879e996d6391aa191d088e63de668a2f964 (patch)
tree08167baa664c02a6f8230f6a46982e6f2080dfc9
parent96b031a94810678b399483364f6a990868904250 (diff)
plugin: Do not version the plugin library
-rw-r--r--plugin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/Makefile.am b/plugin/Makefile.am
index 234ea4e..042c2bc 100644
--- a/plugin/Makefile.am
+++ b/plugin/Makefile.am
@@ -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)