From f2ac22ee276ef9b7ae3e8baed920cc5d991b78ef Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Fri, 7 Jun 2013 09:11:04 -0700 Subject: [PATCH] Pass the --driver version to valadoc to minimize complications. This ensures that we're building the library with the same version of Vala that valadoc uses --- docs/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Makefile.am b/docs/Makefile.am index de63c45..51efba4 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -70,6 +70,7 @@ valadoc_flags = \ --force \ --package-version $(PACKAGE_VERSION) \ --no-protected \ + --driver "$(shell valac --version)" \ $(NULL) # folks documentation -- 2.7.4