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 \