diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-11-07 00:56:55 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-11-10 07:59:13 +0100 |
commit | 781c3a9598855f6d403df86795653fc99ed56363 (patch) | |
tree | 5a4e811dc89234524caa98a6dfff6e7643cb148d /vcl/Module_vcl.mk | |
parent | 7663c8802d0a8a6c8e41b0279a171724c5b0bcfb (diff) |
remove outdevgrind from build until makefile is added
Change-Id: Ie339541fa57a237048470b21fd28bd4411592433
Diffstat (limited to 'vcl/Module_vcl.mk')
-rw-r--r-- | vcl/Module_vcl.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk index 385ac9b096d0..fd321d6a2026 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -27,8 +27,7 @@ $(eval $(call gb_Module_add_targets,vcl,\ StaticLibrary_vclmain \ Executable_ui-previewer \ $(if $(filter LINUX MACOSX WNT,$(OS)), \ - Executable_icontest \ - Executable_outdevgrind)) \ + Executable_icontest )) \ $(if $(filter-out ANDROID IOS WNT,$(OS)), \ Executable_svdemo \ Executable_svptest \ |