diff -r 951b92ce3708 -r 21f8a7656f6a ui/common/objs.mk --- a/ui/common/objs.mk Sun Mar 30 10:45:56 2025 +0200 +++ b/ui/common/objs.mk Sun Mar 30 11:28:24 2025 +0200 @@ -41,6 +41,6 @@ COMMON_OBJ += threadpool$(OBJ_EXT) COMMON_OBJ += condvar$(OBJ_EXT) -TOOLKITOBJS += $(COMMON_OBJ:%=$(COMMON_OBJPRE)%) +TOOLKITOBJS += $(COMMON_OBJ:%=$(COMMON_OBJPRE)uic_%) TOOLKITSOURCE += $(COMMON_OBJ:%$(OBJ_EXT)=common/%.c)