summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Behrens <thorsten.behrens@allotropia.de>2022-03-30 01:51:58 +0200
committerThorsten Behrens <thorsten.behrens@allotropia.de>2022-03-30 01:51:58 +0200
commit302a97669a6c107d4c94add707458498860d4bed (patch)
tree042bf9a13cc85e4303d0e7ed32ebcde930bb49ec
parentDrop ComPtr and use sal::systools::COMReference (diff)
downloadcore-302a97669a6c107d4c94add707458498860d4bed.tar.gz
core-302a97669a6c107d4c94add707458498860d4bed.zip
Register JumpList service in RDB database
Change-Id: I3e9ac109b6dbdd4dd6a3b6281699e58563f4805c
-rw-r--r--postprocess/Rdb_services.mk1
-rwxr-xr-xshell/Library_jumplist.mk2
2 files changed, 2 insertions, 1 deletions
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 \