Include missing glua.h and new release v1.2.2
authorKlaus Ethgen <Klaus@Ethgen.de>
Thu, 10 Sep 2015 14:26:58 +0000 (15:26 +0100)
committerKlaus Ethgen <Klaus@Ethgen.de>
Thu, 10 Sep 2015 14:26:58 +0000 (15:26 +0100)
README
configure.in
src/Makefile.am

diff --git a/README b/README
index b169518..15cbb3a 100644 (file)
--- 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.            ##
index 51c061b..68f5a90 100644 (file)
@@ -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])
index 02cfeec..081c32e 100644 (file)
@@ -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)