From 1e962d0bef8a5041751d593271a6e6d3165767c8 Mon Sep 17 00:00:00 2001 From: Klaus Ethgen Date: Thu, 10 Sep 2015 15:34:59 +0100 Subject: [PATCH] Include missing glua.h --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 02cfeec0..081c32e8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -260,7 +260,8 @@ geeqie_SOURCES = \ view_file_icon.h \ window.c \ window.h \ - lua.c + lua.c \ + glua.h geeqie_LDADD = $(GTK_LIBS) $(GLIB_LIBS) $(INTLLIBS) $(JPEG_LIBS) $(TIFF_LIBS) $(LCMS_LIBS) $(EXIV2_LIBS) $(LIBCHAMPLAIN_LIBS) $(LIBCHAMPLAIN_GTK_LIBS) $(LUA_LIBS) $(CLUTTER_LIBS) $(CLUTTER_GTK_LIBS) -- 2.20.1