diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/gstplay/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/gstplay/Makefile.am b/examples/gstplay/Makefile.am index f80a8bfa..795fc362 100644 --- a/examples/gstplay/Makefile.am +++ b/examples/gstplay/Makefile.am @@ -5,5 +5,6 @@ player_SOURCES = player.c player_CFLAGS = $(GST_CFLAGS) player_LDFLAGS = \ $(GST_LIBS) \ - $(top_builddir)/gst-libs/gst/play/libgstplay-@GST_MAJORMINOR@.la + $(top_builddir)/gst-libs/gst/play/libgstplay-@GST_MAJORMINOR@.la \ + $(top_builddir)/gst-libs/gst/libgstinterfaces-$(GST_MAJORMINOR).la |