From bc7232713cf4b61103db8b509a7f3f2f310ba60a Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Sun, 15 Nov 2020 14:25:39 +0000 Subject: [PATCH] Fix #825: Add keymap_template.h to geeqie_SOURCES https://github.com/BestImageViewer/geeqie/pull/825 --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index a3f9c8e3..64e4d61b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -224,6 +224,7 @@ geeqie_SOURCES = \ layout_util.c \ layout_util.h \ keymap_template.c\ + keymap_template.h\ lirc.c \ lirc.h \ logwindow.c \ -- 2.20.1