Mercurial > geeqie.yaz
view Makefile.am @ 1623:66d4bd637fd7
use layout_set_fd() for changing images from a slideshow
- this updates folder and icon in recursive slideshow mode
preserve slideshow on layout change - fixes
https://sourceforge.net/tracker/?func=detail&aid=1998513&group_id=222125&atid=1054680
author | nadvornik |
---|---|
date | Thu, 04 Jun 2009 21:07:03 +0000 |
parents | c85dc2a7d6da |
children | a78ac3a4c32e |
line wrap: on
line source
## Process this file with automake to produce Makefile.in. include $(top_srcdir)/aminclude.am SUBDIRS = src po doc plugins DIST_SUBDIRS = src po doc plugins man_MANS = geeqie.1 readmedir = @readmedir@ readme_DATA = README COPYING ChangeLog TODO README.lirc desktopdir = $(datadir)/applications desktop_DATA = geeqie.desktop icondir = $(datadir)/pixmaps icon_DATA = geeqie.png EXTRA_DIST = \ $(readme_DATA) \ $(desktop_DATA) \ $(icon_DATA) \ geeqie.spec.in \ geeqie.1 \ doxygen.conf dist-hook: geeqie.spec cp $(top_builddir)/geeqie.spec $(distdir)