From 34bc18940aacb5bf8e562d8474c54e4a80a38ab0 Mon Sep 17 00:00:00 2001 From: rakshasa Date: Fri, 28 Mar 2025 19:53:52 +0100 Subject: [PATCH] Added missing color_map.h to Makefile.am. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index d97f712a..d9e93d60 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -37,6 +37,7 @@ libsub_root_a_SOURCES = \ display/attributes.h \ display/canvas.cc \ display/canvas.h \ + display/color_map.h \ display/frame.cc \ display/frame.h \ display/manager.cc \