[grilo-plugins/docs: 3/4] docs: Enable all plugins in distcheck



commit 30a4f5c8ff40ff353bb9dce918e442cc5ab9c5e5
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, 23 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index e2eda7d..55d8b37 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,7 +30,29 @@ DISTCLEANFILES = $(MAINTAINERCLEANFILES)
 
 EXTRA_DIST = ./m4/grilo.m4
 
-DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
+# 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]