From 302a97669a6c107d4c94add707458498860d4bed Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Wed, 30 Mar 2022 01:51:58 +0200 Subject: Register JumpList service in RDB database Change-Id: I3e9ac109b6dbdd4dd6a3b6281699e58563f4805c --- postprocess/Rdb_services.mk | 1 + shell/Library_jumplist.mk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk index d8975449173e..cd879d222c4f 100644 --- a/postprocess/Rdb_services.mk +++ b/postprocess/Rdb_services.mk @@ -148,6 +148,7 @@ $(eval $(call gb_Rdb_add_components,services,\ shell/source/backends/wininetbe/wininetbe1 \ shell/source/win32/simplemail/smplmail \ shell/source/win32/syssh \ + shell/source/win32/jumplist/jumplist \ vcl/vcl.windows \ ) \ $(if $(DISABLE_GUI), \ diff --git a/shell/Library_jumplist.mk b/shell/Library_jumplist.mk index 943fabdd4080..27ba7c3133da 100755 --- a/shell/Library_jumplist.mk +++ b/shell/Library_jumplist.mk @@ -26,7 +26,7 @@ $(eval $(call gb_Library_use_system_win32_libs,jumplist,\ shell32 \ )) -$(eval $(call gb_Library_set_componentfile,jumplist,shell/source/win32/jumplist/jumplist,services)) +$(eval $(call gb_Library_set_componentfile,jumplist,shell/source/win32/jumplist/jumplist)) $(eval $(call gb_Library_add_exception_objects,jumplist,\ shell/source/win32/jumplist/JumpList \ -- cgit