From: Nicolas Dufresne Date: Sun, 12 Mar 2017 15:35:25 +0000 (-0400) Subject: Add old libgstencodebin.so to cruft list X-Git-Tag: 1.12.2~89 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e4b7b10eed82010a689cce451e0dd18fe348eca2;p=platform%2Fupstream%2Fgst-plugins-base.git 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 --- diff --git a/Makefile.am b/Makefile.am index f65d18c..644a8ce 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 \