diff 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
line wrap: on
line diff
--- a/plugins/Makefile.am	Fri Jan 04 13:44:58 2019 +0000
+++ b/plugins/Makefile.am	Sat Jan 05 16:22:05 2019 +0000
@@ -1,5 +1,5 @@
 
-SUBDIRS = rotate symlink ufraw import geocode-parameters export-jpeg tethered-photography camera-import image-crop
+SUBDIRS = rotate symlink ufraw import geocode-parameters export-jpeg tethered-photography camera-import image-crop random-image
 qq_desktoptemplatedir = $(appdir)
 qq_desktoptemplate_in_files = template.desktop.in
 qq_desktoptemplate_DATA = $(qq_desktoptemplate_in_files:.desktop.in=.desktop)