summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \