Thu, 12 Jun 2025 20:55:41 +0200
fix uic makefile
| ui/common/objs.mk | file | annotate | diff | comparison | revisions |
--- a/ui/common/objs.mk Thu Jun 12 20:42:44 2025 +0200 +++ b/ui/common/objs.mk Thu Jun 12 20:55:41 2025 +0200 @@ -40,7 +40,7 @@ COMMON_OBJ += threadpool$(OBJ_EXT) COMMON_OBJ += condvar$(OBJ_EXT) COMMON_OBJ += args$(OBJ_EXT) -COMMON_OBJ += args$(OBJ_EXT) +COMMON_OBJ += wrapper$(OBJ_EXT) TOOLKITOBJS += $(COMMON_OBJ:%=$(COMMON_OBJPRE)uic_%) TOOLKITSOURCE += $(COMMON_OBJ:%$(OBJ_EXT)=common/%.c)