diff options
Diffstat (limited to 'gst/typefind/Makefile.am')
-rw-r--r-- | gst/typefind/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/typefind/Makefile.am b/gst/typefind/Makefile.am index f64cdc369..4dfda7c5b 100644 --- a/gst/typefind/Makefile.am +++ b/gst/typefind/Makefile.am @@ -6,7 +6,7 @@ libgsttypefindfunctions_la_CFLAGS = \ $(GST_CFLAGS) $(GIO_CFLAGS) libgsttypefindfunctions_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgsttypefindfunctions_la_LIBADD = \ - $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_MAJORMINOR@.la \ + $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_API_VERSION@.la \ $(GST_BASE_LIBS) $(GST_LIBS) $(GIO_LIBS) libgsttypefindfunctions_la_LIBTOOLFLAGS = --tag=disable-static |