diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-08-13 14:58:35 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-08-13 14:58:35 +0200 |
commit | 3c829c50a8f705402bdc759946d49ae7caebd003 (patch) | |
tree | fecb7bb9135bc3bfc4d49a191fa237f682a56093 /app-icons | |
parent | 7dec5f41b2cffafe4d743273600e2868d116166d (diff) |
New upstream version 0.26.3upstream/0.26.3
Diffstat (limited to 'app-icons')
-rw-r--r-- | app-icons/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-icons/Makefile.in b/app-icons/Makefile.in index d9848a4..9d76a54 100644 --- a/app-icons/Makefile.in +++ b/app-icons/Makefile.in @@ -90,7 +90,8 @@ build_triplet = @build@ host_triplet = @host@ subdir = app-icons ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/ax_generate_changelog.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/m4/appstream-xml.m4 \ + $(top_srcdir)/m4/ax_generate_changelog.m4 \ $(top_srcdir)/m4/ax_is_release.m4 \ $(top_srcdir)/m4/ax_require_defined.m4 \ $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gsettings.m4 \ @@ -306,7 +307,7 @@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ -appdataxmldir = @appdataxmldir@ +appstreamxmldir = @appstreamxmldir@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ |