gst: Update versioning
[platform/upstream/gstreamer.git] / ext / theora / Makefile.am
index c4a5eec..ff423a9 100644 (file)
@@ -11,8 +11,8 @@ libgsttheora_la_SOURCES = gsttheora.c \
 
 libgsttheora_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(THEORA_CFLAGS)
 libgsttheora_la_LIBADD = \
-       $(top_builddir)/gst-libs/gst/tag/libgsttag-$(GST_MAJORMINOR).la \
-       $(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_MAJORMINOR).la \
+       $(top_builddir)/gst-libs/gst/tag/libgsttag-$(GST_API_VERSION).la \
+       $(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_API_VERSION).la \
        $(GST_BASE_LIBS) \
        $(GST_LIBS) \
        $(THEORA_LIBS)