diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2017-03-12 11:57:23 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2017-03-12 11:57:23 -0400 |
commit | fff38f7f97b74f2c1689728dd570c058b9bb39ec (patch) | |
tree | 3b97d67ff7f974eeb686b0b3b1e6d798d5f5a2a6 | |
parent | c1e526a8795795bea76690b00a93d62ad7b464d3 (diff) |
Add libgstrmdemux.so to cruft list
This was renamed to libgstrealmedia.so, this fixes helps fixing
uninstalled setup.
https://bugzilla.gnome.org/show_bug.cgi?id=779344
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e5641b1d..214f1b07 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ |