From fa6144545f2ba281b3492838f9525ce0fe157503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Wed, 9 Dec 2015 19:52:33 +0100 Subject: libs: remove versioning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since we don't install libraries anymore, it makes no sense to keep versioning them according to the gstreamer's version. Signed-off-by: Víctor Manuel Jáquez Leal --- docs/reference/libs/Makefile.am | 6 +++--- docs/reference/plugins/Makefile.am | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/reference/libs/Makefile.am b/docs/reference/libs/Makefile.am index 036bd7dc..6298a5c1 100644 --- a/docs/reference/libs/Makefile.am +++ b/docs/reference/libs/Makefile.am @@ -104,14 +104,14 @@ INCLUDES = \ GTKDOC_LIBS = \ $(GLIB_LIBS) \ $(GST_LIBS) \ - $(top_builddir)/gst-libs/gst/vaapi/libgstvaapi-$(GST_API_VERSION).la + $(top_builddir)/gst-libs/gst/vaapi/libgstvaapi.la GTKDOC_LIBS += \ - $(top_builddir)/gst-libs/gst/vaapi/libgstvaapi-x11-$(GST_API_VERSION).la + $(top_builddir)/gst-libs/gst/vaapi/libgstvaapi-x11.la if USE_GLX GTKDOC_LIBS += \ - $(top_builddir)/gst-libs/gst/vaapi/libgstvaapi-glx-$(GST_API_VERSION).la + $(top_builddir)/gst-libs/gst/vaapi/libgstvaapi-glx.la endif # This includes the standard gtk-doc make rules, copied by gtkdocize. diff --git a/docs/reference/plugins/Makefile.am b/docs/reference/plugins/Makefile.am index d9335084..87addf94 100644 --- a/docs/reference/plugins/Makefile.am +++ b/docs/reference/plugins/Makefile.am @@ -88,12 +88,12 @@ INCLUDES = \ $(NULL) gtkdoc_vaapi_libs = \ - $(top_builddir)/gst-libs/gst/vaapi/libgstvaapi-$(GST_API_VERSION).la \ + $(top_builddir)/gst-libs/gst/vaapi/libgstvaapi.la \ $(NULL) if USE_X11 gtkdoc_vaapi_libs += \ - $(top_builddir)/gst-libs/gst/vaapi/libgstvaapi-x11-$(GST_API_VERSION).la \ + $(top_builddir)/gst-libs/gst/vaapi/libgstvaapi-x11.la \ $(NULL) endif -- cgit v1.2.1