Add libgstrmdemux.so to cruft list
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Sun, 12 Mar 2017 15:57:23 +0000 (11:57 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Sun, 12 Mar 2017 15:57:23 +0000 (11:57 -0400)
This was renamed to libgstrealmedia.so, this fixes helps fixing
uninstalled setup.

https://bugzilla.gnome.org/show_bug.cgi?id=779344

Makefile.am

index e5641b1..214f1b0 100644 (file)
@@ -39,7 +39,8 @@ include $(top_srcdir)/common/coverage/lcov.mak
 CRUFT_FILES = \
        $(top_builddir)/gst-plugins-ugly.spec \
        $(top_builddir)/common/shave \
-       $(top_builddir)/common/shave-libtool
+       $(top_builddir)/common/shave-libtool \
+       $(top_builddir)/gst/realmedia/.libs/libgstrmdemux.so
 
 CRUFT_DIRS = \
        $(top_srcdir)/docs/plugins/tmpl \