From: Klaus Ethgen Date: Thu, 10 Sep 2015 14:26:58 +0000 (+0100) Subject: Include missing glua.h and new release X-Git-Tag: v1.2.2 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=be9732c7d09ebdbf1fc703c80229c789904b47a7 Include missing glua.h and new release --- diff --git a/README b/README index b169518f..15cbb3af 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ ################################################################### -## Geeqie 1.2.1 ## +## Geeqie 1.2.2 ## ## ## ## Copyright (C) 2008 - 2014 The Geeqie Team ## ## Copyright (C) 1999 - 2006 John Ellis. ## diff --git a/configure.in b/configure.in index 51c061bd..68f5a901 100644 --- a/configure.in +++ b/configure.in @@ -15,7 +15,7 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the dnl GNU General Public License for more details. AC_PREREQ(2.57) -AC_INIT(geeqie, 1.2.1, geeqie-devel@lists.sourceforge.net) +AC_INIT(geeqie, 1.2.2, geeqie-devel@lists.sourceforge.net) # Check for rightly dirs AC_CONFIG_SRCDIR([src/main.c]) 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)