diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2017-08-20 13:10:09 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2017-08-20 13:10:09 +0200 |
commit | b2f72e24a7704ef7f549dd921c51922e1a51a674 (patch) | |
tree | 1753c0748801596bed621c383fa88947851b4287 | |
parent | 1c8e2dd46f609070d4378c7d18e54d5987795110 (diff) | |
download | vala-b2f72e24a7704ef7f549dd921c51922e1a51a674.tar.gz |
build: Add missing include of Makefile.common
-rw-r--r-- | valadoc/tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/valadoc/tests/Makefile.am b/valadoc/tests/Makefile.am index d68d40246..e18e15856 100644 --- a/valadoc/tests/Makefile.am +++ b/valadoc/tests/Makefile.am @@ -1,3 +1,5 @@ +include $(top_srcdir)/Makefile.common + NULL = TESTS_ENVIRONMENT = EXEEXT=$(EXEEXT) PACKAGE_SUFFIX=$(PACKAGE_SUFFIX) TOPBUILDDIR=$(abs_top_builddir) TOPSRCDIR=$(abs_top_srcdir) $(srcdir)/testrunner.sh |