annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1651
83b1801f03c4 ufraw-batch script
Vladimir Nadvornik <nadvornik@suse.cz>
parents: 1616
diff changeset
1
2879
c8147f1d5fc3 Fix #516: Shortcut/Feature: Select random image
Colin Clark <colin.clark@cclark.uk>
parents: 2869
diff changeset
2 SUBDIRS = rotate symlink ufraw import geocode-parameters export-jpeg tethered-photography camera-import image-crop random-image
1694
cc32d5e28453 make sure that automake and config.h uses the same installation paths
Vladimir Nadvornik <nadvornik@suse.cz>
parents: 1675
diff changeset
3 qq_desktoptemplatedir = $(appdir)
2869
c56112a165a4 Fix #649: Tell Git to ignore .desktop files globally
Dave Lambert <>
parents: 2859
diff changeset
4 qq_desktoptemplate_in_files = template.desktop.in
c56112a165a4 Fix #649: Tell Git to ignore .desktop files globally
Dave Lambert <>
parents: 2859
diff changeset
5 qq_desktoptemplate_DATA = $(qq_desktoptemplate_in_files:.desktop.in=.desktop)
c56112a165a4 Fix #649: Tell Git to ignore .desktop files globally
Dave Lambert <>
parents: 2859
diff changeset
6 @INTLTOOL_DESKTOP_RULE@
1272
661e170bf4f7 read external editors from .desktop files
Vladimir Nadvornik <nadvornik@suse.cz>
parents:
diff changeset
7
2869
c56112a165a4 Fix #649: Tell Git to ignore .desktop files globally
Dave Lambert <>
parents: 2859
diff changeset
8 EXTRA_DIST = $(qq_desktoptemplate_in_files)
c56112a165a4 Fix #649: Tell Git to ignore .desktop files globally
Dave Lambert <>
parents: 2859
diff changeset
9 CLEANFILES = $(qq_desktoptemplate_DATA)