From e4b7b10eed82010a689cce451e0dd18fe348eca2 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Sun, 12 Mar 2017 11:35:25 -0400 Subject: [PATCH] Add old libgstencodebin.so to cruft list This will help fixing clash in gst-uninstalled setup. https://bugzilla.gnome.org/show_bug.cgi?id=779344 --- Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index f65d18cbc1..644a8cec96 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,8 +77,9 @@ CRUFT_FILES = \ $(top_builddir)/common/shave \ $(top_builddir)/common/shave-libtool \ $(top_builddir)/gst-libs/gst/audio/testchannels \ - $(top_builddir)/gst-libs/gst/app/gstapp-marshal.c \ - $(top_builddir)/gst-libs/gst/app/gstapp-marshal.h \ + $(top_builddir)/gst-libs/gst/app/gstapp-marshal.c \ + $(top_builddir)/gst-libs/gst/app/gstapp-marshal.h \ + $(top_builddir)/gst/encoding/.libs/libgstencodebin.so \ $(top_builddir)/tests/check/elements/gdppay \ $(top_builddir)/tests/check/elements/gdpdepay \ $(top_builddir)/tests/check/pipelines/streamheader \