diff -r e624b6fa4c78 -r 04c81be1c5a0 ui/wpf/objs.mk --- a/ui/wpf/objs.mk Sat Feb 14 10:30:45 2015 +0100 +++ b/ui/wpf/objs.mk Sat Feb 14 13:26:00 2015 +0100 @@ -34,6 +34,7 @@ WPFOBJ += container.o WPFOBJ += menu.o WPFOBJ += button.o +WPFOBJ += text.o TOOLKITOBJS += $(WPFOBJ:%=$(WPF_OBJPRE)%) TOOLKITSOURCE += $(WPFOBJ:%.o=wpf/%.c)