summaryrefslogtreecommitdiff
path: root/desktop/Library_sofficeapp.mk
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-09-11 18:46:53 +0200
committerJan Holesovsky <kendy@collabora.com>2015-09-11 18:50:00 +0200
commitf1f179ba0ff3d293e81c7b95554f8e6b140340d7 (patch)
tree8189de5faf76785c819642f134ff3b0ccf0cbb3c /desktop/Library_sofficeapp.mk
parent560e2ea8512be606c330cf8f858c67694f690a52 (diff)
LOK: Implement an own trivial InteractionHandler.
So far it just selects 'Approve' for any interaction that is done through that, later we want to route the information via callbacks to the caller. Change-Id: I7ae3e2dcc04877b8b0197b0396299126e1217a2a
Diffstat (limited to 'desktop/Library_sofficeapp.mk')
-rw-r--r--desktop/Library_sofficeapp.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/Library_sofficeapp.mk b/desktop/Library_sofficeapp.mk
index 103581f74ee0..eec7e420efe8 100644
--- a/desktop/Library_sofficeapp.mk
+++ b/desktop/Library_sofficeapp.mk
@@ -123,6 +123,7 @@ endif
ifneq ($(filter $(OS),ANDROID IOS MACOSX),)
$(eval $(call gb_Library_add_exception_objects,sofficeapp,\
desktop/source/lib/init \
+ desktop/source/lib/lokinteractionhandler \
$(if $(filter $(OS),ANDROID), \
desktop/source/lib/lokandroid) \
))
@@ -130,6 +131,7 @@ else
ifeq ($(GUIBASE),unx)
$(eval $(call gb_Library_add_exception_objects,sofficeapp,\
desktop/source/lib/init \
+ desktop/source/lib/lokinteractionhandler \
))
endif
endif