summaryrefslogtreecommitdiff
path: root/vcl/Module_vcl.mk
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2014-11-06 21:46:02 +0000
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-11-10 07:59:13 +0100
commit7663c8802d0a8a6c8e41b0279a171724c5b0bcfb (patch)
tree92a58455d64507ff85fd7d780839a63e7e4c41b7 /vcl/Module_vcl.mk
parenteb7b93ba28b2547b6b2e70c0f4f47e456126ce14 (diff)
vcl: outdevgrind compile it by default, and fix it up.
Change-Id: I4bdad4a0eb65991cd9faa9452485c64120b8b6dc
Diffstat (limited to 'vcl/Module_vcl.mk')
-rw-r--r--vcl/Module_vcl.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk
index f61cc7b59ba0..385ac9b096d0 100644
--- a/vcl/Module_vcl.mk
+++ b/vcl/Module_vcl.mk
@@ -27,7 +27,8 @@ $(eval $(call gb_Module_add_targets,vcl,\
StaticLibrary_vclmain \
Executable_ui-previewer \
$(if $(filter LINUX MACOSX WNT,$(OS)), \
- Executable_icontest)) \
+ Executable_icontest \
+ Executable_outdevgrind)) \
$(if $(filter-out ANDROID IOS WNT,$(OS)), \
Executable_svdemo \
Executable_svptest \