view plugins/export-jpeg/Makefile.am @ 2848:ed4e22060177

Fix #635: Export in JPG https://github.com/BestImageViewer/geeqie/issues/635 Implemented via plugin
author Colin Clark <colin.clark@cclark.uk>
date Sun, 14 Oct 2018 12:40:03 +0100
parents
children
line wrap: on
line source

dist_gq_bin_SCRIPTS = geeqie-export-jpeg

gq_desktopdir = $(appdir)/applications
gq_desktop_in_files = export-jpeg.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)