From 6549765930b28bff5358091c32dc89746ea96e60 Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Tue, 16 Jun 2026 12:55:41 +0100 Subject: [PATCH] Makefile: add window-visible.c --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index ba9142fe..c4caedbd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -215,6 +215,7 @@ dist_tmux_SOURCES = \ window-copy.c \ window-customize.c \ window-tree.c \ + window-visible.c \ window.c \ xmalloc.c \ xmalloc.h