[evolution] Fix distcheck error.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Fix distcheck error.
- Date: Sun, 16 Mar 2014 15:25:22 +0000 (UTC)
commit c3ba4f61daedbe4adec423ac355da277a892c1e6
Author: Matthew Barnes <mbarnes redhat com>
Date: Sun Mar 16 10:28:23 2014 -0400
Fix distcheck error.
data/Makefile.am | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index fbe0556..db1eea6 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -32,9 +32,8 @@ gsettings_SCHEMAS = \
@INTLTOOL_XML_NOMERGE_RULE@
appdatadir = $(datadir)/appdata
-appdata_files = evolution.appdata.xml
-dist_appdata_DATA = $(appdata_in_files:.xml.in=.xml)
appdata_in_files = evolution.appdata.xml.in
+dist_appdata_DATA = $(appdata_in_files:.xml.in=.xml)
@GSETTINGS_RULES@
@@ -69,7 +68,7 @@ CLEANFILES = \
$(desktop_DATA)
EXTRA_DIST = \
- $(appdata_files) \
+ $(appdata_in_files) \
$(autostart_in_files) \
$(desktop_in_files) \
$(convert_DATA) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]