diff plugins/tethered-photography/Makefile.am @ 2856:8521d2405863

Plugin for tethered photography Basic tethered photography using gphoto2
author Colin Clark <colin.clark@cclark.uk>
date Tue, 23 Oct 2018 19:44:36 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/plugins/tethered-photography/Makefile.am	Tue Oct 23 19:44:36 2018 +0100
@@ -0,0 +1,9 @@
+dist_gq_bin_SCRIPTS = geeqie-tethered-photography geeqie-tethered-photography-hook-script
+
+gq_desktopdir = $(appdir)/applications
+gq_desktop_in_files = tethered-photography.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)