[grilo-plugins] docs: Enable all plugins in distcheck



commit 2241e9b57bec9a65270129a136944f0426cbbc94
Author: Murray Cumming <murrayc openismus com>
Date:   Mon Oct 15 10:25:48 2012 +0200

    docs: Enable all plugins in distcheck

 Makefile.am |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 88b3866..663f1ca 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,6 +30,30 @@ DISTCLEANFILES = $(MAINTAINERCLEANFILES)
 
 EXTRA_DIST = ./m4/grilo.m4
 
+# Make sure that the documentation generation is enabled
+# when creating tarball releases,
+# and make sure that we enable all plugins needed by the documentation.
+DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc \
+                            --enable-apple-trailers \
+                            --enable-bliptv \
+                            --enable-bookmarks \
+                            --enable-dmap \
+                            --enable-fakemetadata \
+                            --enable-filesystem \
+                            --enable-flickr \
+                            --enable-gravatar \
+                            --enable-jamendo \
+                            --enable-lastfm-albumart \
+                            --enable-localmetadata \
+                            --enable-metadata-store \
+                            --enable-optical-media \
+                            --enable-podcasts \
+                            --enable-tmdb \
+                            --enable-tracker \
+                            --enable-upnp \
+                            --enable-vimeo \
+                            --enable-youtube
+
 distclean-local:
 	-rm -rf autom4te.cache
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]