[grilo] build: use all options in distcheck



commit f09c959b620cdcb1cdd4e52fdadb9ba29a8b46ab
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Mon Feb 10 21:32:02 2014 +0000

    build: use all options in distcheck
    
    Activate all the availables in distcheck to verify everything will build
    correctly.

 Makefile.am |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 33aadd6..ee0a7f3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,7 +44,13 @@ DISTCLEANFILES = $(MAINTAINERCLEANFILES)
 
 EXTRA_DIST = ./m4/introspection.m4
 
-DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --enable-vala
+DISTCHECK_CONFIGURE_FLAGS= \
+   --enable-grl-net        \
+   --enable-grl-pls        \
+   --enable-gtk-doc        \
+   --enable-introspection  \
+   --enable-test-ui        \
+   --enable-vala
 
 distclean-local:
        -rm -rf autom4te.cache


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