comparison plugins/Makefile.am @ 2879:c8147f1d5fc3

Fix #516: Shortcut/Feature: Select random image https://github.com/BestImageViewer/geeqie/issues/516 Implemented as a plugin. The random image is selected from all files in all collections plus all images in the current folder.
author Colin Clark <colin.clark@cclark.uk>
date Sat, 05 Jan 2019 16:22:05 +0000
parents c56112a165a4
children 5867602f7a60
comparison
equal deleted inserted replaced
2878:8b1c451c8ff2 2879:c8147f1d5fc3
1 1
2 SUBDIRS = rotate symlink ufraw import geocode-parameters export-jpeg tethered-photography camera-import image-crop 2 SUBDIRS = rotate symlink ufraw import geocode-parameters export-jpeg tethered-photography camera-import image-crop random-image
3 qq_desktoptemplatedir = $(appdir) 3 qq_desktoptemplatedir = $(appdir)
4 qq_desktoptemplate_in_files = template.desktop.in 4 qq_desktoptemplate_in_files = template.desktop.in
5 qq_desktoptemplate_DATA = $(qq_desktoptemplate_in_files:.desktop.in=.desktop) 5 qq_desktoptemplate_DATA = $(qq_desktoptemplate_in_files:.desktop.in=.desktop)
6 @INTLTOOL_DESKTOP_RULE@ 6 @INTLTOOL_DESKTOP_RULE@
7 7