From: Colin Clark Date: Sun, 15 Nov 2020 14:25:39 +0000 (+0000) Subject: Fix #825: Add keymap_template.h to geeqie_SOURCES X-Git-Tag: v1.6~3 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=bc7232713cf4b61103db8b509a7f3f2f310ba60a Fix #825: Add keymap_template.h to geeqie_SOURCES https://github.com/BestImageViewer/geeqie/pull/825 --- 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 \