--- a/ui/cocoa/objs.mk Mon Oct 20 21:16:53 2025 +0200
+++ b/ui/cocoa/objs.mk Tue Oct 21 12:27:20 2025 +0200
@@ -50,6 +50,7 @@
COCOAOBJ += widget.o
COCOAOBJ += image.o
COCOAOBJ += entry.o
+COCOAOBJ += TabView.o
TOOLKITOBJS += $(COCOAOBJ:%=$(COCOA_OBJPRE)%)
TOOLKITSOURCE += $(COCOAOBJ:%.o=cocoa/%.m)