Navigation Menu

Skip to content

Commit

Permalink
Include missing glua.h and new release
Browse files Browse the repository at this point in the history
  • Loading branch information
mowgli committed Sep 10, 2015
1 parent 2b87884 commit be9732c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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. ##
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -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])
Expand Down
3 changes: 2 additions & 1 deletion src/Makefile.am
Expand Up @@ -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)

Expand Down

0 comments on commit be9732c

Please sign in to comment.