diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-11-08 11:48:23 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-11-08 13:23:13 +0800 |
commit | 1ca2b18e67672b7b2ec87c43e99d246a7208943d (patch) | |
tree | db501cad36e31ca1bdd5251bc1adbc28db313fea /modules | |
parent | fa97b170141535096c942da880e473806cab115f (diff) | |
download | gsoc2013-evolution-1ca2b18e67672b7b2ec87c43e99d246a7208943d.tar.gz gsoc2013-evolution-1ca2b18e67672b7b2ec87c43e99d246a7208943d.tar.zst gsoc2013-evolution-1ca2b18e67672b7b2ec87c43e99d246a7208943d.zip |
Fix distcheck errors.EVOLUTION_2_91_2
Diffstat (limited to 'modules')
-rw-r--r-- | modules/offline-alert/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/offline-alert/Makefile.am b/modules/offline-alert/Makefile.am index 2979343869..c8c705183f 100644 --- a/modules/offline-alert/Makefile.am +++ b/modules/offline-alert/Makefile.am @@ -22,6 +22,10 @@ error_DATA = evolution-offline-alert.error errordir = $(privdatadir)/errors @EVO_PLUGIN_RULE@ +BUILT_SOURCES = $(error_DATA) + +CLEANFILES = $(BUILT_SOURCES) + EXTRA_DIST = evolution-offline-alert.error.xml -include $(top_srcdir)/git.mk |