diff -r 809581724cc7 -r 0358f1d9c506 ui/Makefile
--- a/ui/Makefile	Sat Apr 15 21:06:45 2023 +0200
+++ b/ui/Makefile	Mon May 22 16:17:26 2023 +0200
@@ -33,7 +33,7 @@
 
 include common/objs.mk
 
-UI_LIB = ../build/lib/libuitk.$(LIB_EXT)
+UI_LIB = ../build/lib/libuitk$(LIB_EXT)
 
 include $(TOOLKIT)/objs.mk
 OBJ = $(TOOLKITOBJS) $(COMMONOBJS)
@@ -43,5 +43,5 @@
 include $(TOOLKIT)/Makefile
 
 $(COMMON_OBJPRE)%.o: common/%.c
-	$(CC) -o $@ -c $(CFLAGS) $(TK_CFLAGS) $<
+	$(CC) -o $@ -c -I../ucx/ $(CFLAGS) $(TK_CFLAGS) $<