summaryrefslogtreecommitdiff
path: root/framework/Library_fwl.mk
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2016-01-07 19:24:41 +0000
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-05-12 18:30:21 +0000
commit02833c03ee856a62d7185829b7c47bc088e086cc (patch)
tree1ca330d14d441a71eb31954268621bd917472583 /framework/Library_fwl.mk
parente3b990a47fc4b0b1191eb15a53badfc71aebc1fc (diff)
framework: initial implementation of a dispatch disabler.
This should allow remote, eg. URE dispatchers to trivially disable lots of the UI without requiring a large volume of round-trip IPC. Change-Id: Ibd0681ac993196f826b4ed411da5ffedb7f85786 Reviewed-on: https://gerrit.libreoffice.org/24938 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'framework/Library_fwl.mk')
-rw-r--r--framework/Library_fwl.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Library_fwl.mk b/framework/Library_fwl.mk
index c5e1ad165109..ea325e0cf537 100644
--- a/framework/Library_fwl.mk
+++ b/framework/Library_fwl.mk
@@ -59,6 +59,7 @@ $(eval $(call gb_Library_add_exception_objects,fwl,\
framework/source/recording/dispatchrecorder \
framework/source/recording/dispatchrecordersupplier \
framework/source/register/registertemp \
+ framework/source/dispatch/dispatchdisabler \
framework/source/services/dispatchhelper \
framework/source/services/mediatypedetectionhelper \
framework/source/services/uriabbreviation \