summaryrefslogtreecommitdiff
path: root/libreofficekit/Module_libreofficekit.mk
diff options
context:
space:
mode:
authorAndrzej Hunt <andrzej.hunt@collabora.com>2014-07-21 19:34:09 +0200
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-12-04 12:23:00 +0100
commit5acadbfb0c79fe51f8025b065b46b0ccd25c804d (patch)
tree43fcf549b91af854928e3cc7ef6ccc2578b01b9e /libreofficekit/Module_libreofficekit.mk
parent5296fbbc53bcd9c8e177c899417ad1044ecb689f (diff)
Implement lokconf_init.
This is a simple executable which can be used to ensure there is a pe-pared configuration for unit-tests to avoid the usually required re-start on the first run. Change-Id: I49b706e8daa93bc34db508a24615b63b9babddba
Diffstat (limited to 'libreofficekit/Module_libreofficekit.mk')
-rw-r--r--libreofficekit/Module_libreofficekit.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/libreofficekit/Module_libreofficekit.mk b/libreofficekit/Module_libreofficekit.mk
index fe5ee151f2be..2ad2d16dc2dd 100644
--- a/libreofficekit/Module_libreofficekit.mk
+++ b/libreofficekit/Module_libreofficekit.mk
@@ -11,6 +11,10 @@ $(eval $(call gb_Module_Module,libreofficekit))
ifeq ($(OS),LINUX)
+$(eval $(call gb_Module_add_targets,libreofficekit,\
+ Executable_lokconf_init \
+))
+
# $(eval $(call gb_Module_add_check_targets,libreofficekit,\
# CppunitTest_libreofficekit_tiledrendering \
# ))