diff options
author | Juan A. Suarez Romero <jasuarez@igalia.com> | 2014-02-10 21:32:02 +0000 |
---|---|---|
committer | Juan A. Suarez Romero <jasuarez@igalia.com> | 2014-02-10 21:36:13 +0000 |
commit | f09c959b620cdcb1cdd4e52fdadb9ba29a8b46ab (patch) | |
tree | b255627034b82c852cd0ad26f908b9159e49bbe5 /Makefile.am | |
parent | 9006ae5521ea4c7194cead95699dec8b25e0bcde (diff) |
build: use all options in distcheck
Activate all the availables in distcheck to verify everything will build
correctly.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | 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 |