summaryrefslogtreecommitdiffstats
path: root/vcl/Module_vcl.mk
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2011-09-30 15:46:24 +0100
committerMichael Meeks <michael.meeks@suse.com>2011-10-25 13:41:50 +0100
commit6297a9c4a117fcfd01ed99a54efba7e130805598 (patch)
tree962b2526d955654a7f5fe8f7f9e5d900e89109a0 /vcl/Module_vcl.mk
parentGtk3 fixes, I tweaked the damage function to debug the rendering (the damage ... (diff)
downloadcore-6297a9c4a117fcfd01ed99a54efba7e130805598.tar.gz
core-6297a9c4a117fcfd01ed99a54efba7e130805598.zip
generic: share sal yield mutex properly
Diffstat (limited to 'vcl/Module_vcl.mk')
-rw-r--r--vcl/Module_vcl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk
index 998598791385..0a91f8795cc8 100644
--- a/vcl/Module_vcl.mk
+++ b/vcl/Module_vcl.mk
@@ -31,7 +31,6 @@ $(eval $(call gb_Module_Module,vcl))
$(eval $(call gb_Module_add_targets,vcl,\
Library_vcl \
- Library_vclplug_svp \
StaticLibrary_vclmain \
Package_inc \
Package_afmhash \
@@ -40,6 +39,7 @@ $(eval $(call gb_Module_add_targets,vcl,\
ifeq ($(GUIBASE),unx)
$(eval $(call gb_Module_add_targets,vcl,\
+ Library_vclplug_svp \
Library_vclplug_gen \
Library_desktop_detector \
))