summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2017-03-08 22:15:46 -0500
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2017-03-08 22:17:27 -0500
commit7d2cf928abd5784ba8dc3a73f0eb0fc9e61ba601 (patch)
tree1b253cf76d034c95d5171c426063bbe9c53bac79 /Makefile.am
parentca0ed8a134f1d26083e6f89636493df89ff29cff (diff)
Fix shout2 plugin doc generation
In the previous patch, we also renamed shout2send to shout2, so it does not clash with it's feature. Though we forgot to rename it in the doc reference. This patch also add a cruft detection on the xml that made me miss this error. https://bugzilla.gnome.org/show_bug.cgi?id=779344
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index eedd9d021..97950ea7c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,6 +56,7 @@ CRUFT_FILES = \
$(top_builddir)/win32/common/config.h-new \
$(top_builddir)/common/shave \
$(top_builddir)/common/shave-libtool \
+ $(top_builddir)/docs/plugins/xml/plugin-shout2send.xml \
$(top_builddir)/gst/median/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/gst/qtdemux/.libs/*.{so,dll,DLL,dylib} \
$(top_builddir)/gst/quicktime/.libs/*.{so,dll,DLL,dylib} \