diff --git a/gst-libs/gst/pbutils/Makefile.am b/gst-libs/gst/pbutils/Makefile.am index 03701e174a..41106ee360 100644 --- a/gst-libs/gst/pbutils/Makefile.am +++ b/gst-libs/gst/pbutils/Makefile.am @@ -87,6 +87,8 @@ GstPbutils-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstpbutils-@GST_AP -I$(top_srcdir)/gst-libs \ -I$(top_builddir)/gst-libs \ --add-include-path=`$(PKG_CONFIG) --variable=girdir gstreamer-@GST_API_VERSION@` \ + --library=$(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \ + --library=$(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la \ --library=libgstpbutils-@GST_API_VERSION@.la \ --library-path=`$(PKG_CONFIG) --variable=libdir gstreamer-@GST_API_VERSION@` \ --library=gstreamer-@GST_API_VERSION@ \ diff --git a/tests/examples/encoding/Makefile.am b/tests/examples/encoding/Makefile.am index 81e9f6a991..6b04e6745a 100644 --- a/tests/examples/encoding/Makefile.am +++ b/tests/examples/encoding/Makefile.am @@ -6,6 +6,7 @@ EXTRA_DIST = gstcapslist.h noinst_PROGRAMS = $(examples) LDADD = $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_API_VERSION@.la \ + $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \ $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la \ $(GST_BASE_LIBS) \ $(GST_LIBS)