summaryrefslogtreecommitdiff
path: root/vcl/Module_vcl.mk
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-05-18 18:13:18 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-05-18 18:16:02 +1000
commit01c52c3f7115569798591320f094e2a3db23bdbf (patch)
tree53ca68885624c0aa65f2e9975f16e6f285627919 /vcl/Module_vcl.mk
parentc0d5da912302ed14469ba3ed0900d346122d34b0 (diff)
vcl: fix svpclient
I have converted the UNO stuff to the more modern variety (i.e. the stuff that actually works now...), use GraphicFilter to get the bitmap and fixed the string copy typo. Change-Id: I6a3c1af54d222ef70814d2bb581cc2f3c058bb2f
Diffstat (limited to 'vcl/Module_vcl.mk')
-rw-r--r--vcl/Module_vcl.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk
index a38d0764f612..c8c436ae3171 100644
--- a/vcl/Module_vcl.mk
+++ b/vcl/Module_vcl.mk
@@ -28,6 +28,7 @@ $(eval $(call gb_Module_add_targets,vcl,\
$(if $(filter-out ANDROID IOS,$(OS)), \
Executable_svdemo \
Executable_svptest \
+ Executable_svpclient \
Executable_vcldemo) \
Library_vclopengl \
))