From 5b5eb5a16969afc4862fac387940818efc26780a Mon Sep 17 00:00:00 2001 From: Fabrice Date: Tue, 10 Feb 2026 07:41:11 +0100 Subject: how are we going to do this --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c2c94d3..816c901 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,8 @@ XDG_SHELL_PROT = $(WORK_DIR)/xdg-shell.xml WAYCLOCK = $(WORK_DIR)/wayclock SOURCES = \ $(SRC_DIR)/wayclock.cc \ - $(SRC_DIR)/xdg-shell.c + $(SRC_DIR)/xdg-shell.c \ + $(SRC_DIR)/wlstate.c OBJECTS := $(SOURCES:.cc=.o) OBJECTS := $(OBJECTS:.c=.o) -- cgit v1.2.3