diff options
author | TingPing <TingPing@users.noreply.github.com> | 2016-08-11 19:27:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-11 19:27:54 -0400 |
commit | 6f046708101e9ba49cd4ea5c9685044bd6cd135b (patch) | |
tree | 803d6eee8b3700385d430486a9097ea8b874455e | |
parent | 4950975a597a7f73d4c3edce0abd311663f1d2ed (diff) |
Fix installing appdata file
-rw-r--r-- | data/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 4b50c74..852a02d 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -5,11 +5,11 @@ desktop_FILES = $(desktop_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ @DESKTOP_FILE_RULES@ -appdata_in_files = transmission-remote-gtk.appdata.xml.in -appdata_XML = $(appdata_in_files:.xml.in=.xml) +appstream_in_files = transmission-remote-gtk.appdata.xml.in +appstream_XML = $(appstream_in_files:.xml.in=.xml) @INTLTOOL_XML_RULE@ @APPSTREAM_XML_RULES@ -EXTRA_DIST = $(desktop_in_files) $(appdata_in_files) +EXTRA_DIST = $(desktop_in_files) $(appstream_in_files) -DISTCLEANFILES = $(desktop_FILES) $(appdata_XML) +DISTCLEANFILES = $(desktop_FILES) $(appstream_XML) |