diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-05-17 00:39:58 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-05-17 07:14:25 +0000 |
commit | f89296db5959cf009668f8aad85cfd860b9252ee (patch) | |
tree | 1e8a03414713d1df78df57935ff64eadf56b218b /vcl/Module_vcl.mk | |
parent | bc7e0967be52f5eb7948fbb1c30edc7dd5acc18d (diff) |
vcl: fixup svdemo
Change-Id: Ifb7cc12da349fcbcd1d3dc25b64cd2bf3fd7e819
Reviewed-on: https://gerrit.libreoffice.org/9378
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'vcl/Module_vcl.mk')
-rw-r--r-- | vcl/Module_vcl.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk index 254fe0d9e96e..dc8130d97432 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -23,9 +23,10 @@ $(eval $(call gb_Module_add_targets,vcl,\ CustomTarget_afm_hash \ Library_vcl \ $(if $(filter DESKTOP,$(BUILD_TYPE)), \ - StaticLibrary_vclmain \ - Executable_ui-previewer) \ - Library_vclopengl \ + StaticLibrary_vclmain \ + Executable_ui-previewer) \ + Executable_svdemo \ + Library_vclopengl \ )) $(eval $(call gb_Module_add_l10n_targets,vcl,\ |