summaryrefslogtreecommitdiff
path: root/misc/Makefile.in
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-11-12 15:55:20 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-11-12 15:55:20 +0100
commitf6140ff1c9ec493d947da5b346508846e7a1a06f (patch)
treec01b9164ee4b0d46b6670ccee45f6181c6237d7f /misc/Makefile.in
parent0f67b3cc674377559e66c5a6729fd499049a992f (diff)
parent2492891f112caac6076ce49721d9d5d78a152c3a (diff)
Update upstream source from tag 'upstream/0.26.4'
Update to upstream version '0.26.4' with Debian dir fae3cc48a8ec2f37979206f90dc828cbebee14c4
Diffstat (limited to 'misc/Makefile.in')
-rw-r--r--misc/Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/Makefile.in b/misc/Makefile.in
index 36072f4..0571904 100644
--- a/misc/Makefile.in
+++ b/misc/Makefile.in
@@ -345,18 +345,18 @@ gsettings_SCHEMAS = \
org.yorba.shotwell.gschema.xml \
org.yorba.shotwell-extras.gschema.xml
-appdata_in_files = $(srcdir)/shotwell.appdata.xml.in
-appdata_XML = \
+appstream_in_files = $(srcdir)/shotwell.appdata.xml.in
+appstream_XML = \
shotwell.appdata.xml
desktopdir = $(datadir)/applications
desktop_DATA = shotwell.desktop shotwell-viewer.desktop
-CLEANFILES = $(appdata_XML) $(desktop_DATA) $(desktop_in_files)
+CLEANFILES = $(appstream_XML) $(desktop_DATA) $(desktop_in_files)
dist_noinst_DATA = \
$(srcdir)/shotwell.desktop.in.in \
$(srcdir)/shotwell-viewer.desktop.in.in \
$(gsettings_SCHEMAS) \
- $(appdata_in_files)
+ $(appstream_in_files)
all: all-am
@@ -576,7 +576,7 @@ uninstall-am: uninstall-desktopDATA
.PRECIOUS: Makefile
-$(appdata_XML) : $(appdata_in_files)
+$(appstream_XML) : $(appstream_in_files)
$(AM_V_GEN) $(MSGFMT) --xml --template $< -d $(top_srcdir)/po -o $@
%.desktop.in : %.desktop.in.in