Skip to content

Commit

Permalink
Include missing glua.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mowgli committed Sep 10, 2015
1 parent 4ae8ced commit 1e962d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
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 1e962d0

Please sign in to comment.