diff plugins/image-crop/Makefile.am @ 2858:4c7dd47bbcd6

Plugin for image crop Requires ImageMagick and exiftool
author Colin Clark <colin.clark@cclark.uk>
date Sat, 27 Oct 2018 12:40:59 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/plugins/image-crop/Makefile.am	Sat Oct 27 12:40:59 2018 +0100
@@ -0,0 +1,9 @@
+dist_gq_bin_SCRIPTS = geeqie-image-crop
+
+gq_desktopdir = $(appdir)/applications
+gq_desktop_in_files = image-crop.desktop.in
+gq_desktop_DATA = $(gq_desktop_in_files:.desktop.in=.desktop)
+@INTLTOOL_DESKTOP_RULE@
+
+EXTRA_DIST = $(gq_desktop_in_files)
+CLEANFILES = $(gq_desktop_DATA)