diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-06-05 00:59:32 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-06-05 03:15:39 +0800 |
commit | 47bad29c3a1ab8e4842801044443a4b824456c16 (patch) | |
tree | 98398724e4e78ad8158984c777783a51504fa8f1 | |
parent | 63754b1769f3d6f58a6e9f4dbcb54935cf0df2ea (diff) | |
download | gsoc2013-evolution-47bad29c3a1ab8e4842801044443a4b824456c16.tar.gz gsoc2013-evolution-47bad29c3a1ab8e4842801044443a4b824456c16.tar.zst gsoc2013-evolution-47bad29c3a1ab8e4842801044443a4b824456c16.zip |
Fix a couple distcheck errors.
-rw-r--r-- | modules/backup-restore/Makefile.am | 2 | ||||
-rw-r--r-- | widgets/misc/Makefile.am | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/modules/backup-restore/Makefile.am b/modules/backup-restore/Makefile.am index 42f2477904..4d23edf7f2 100644 --- a/modules/backup-restore/Makefile.am +++ b/modules/backup-restore/Makefile.am @@ -77,6 +77,8 @@ errordir = $(privdatadir)/errors BUILT_SOURCES = $(error_DATA) +CLEANFILES = $(BUILT_SOURCES) + EXTRA_DIST = \ org-gnome-backup-restore.error.xml \ $(NULL) diff --git a/widgets/misc/Makefile.am b/widgets/misc/Makefile.am index 175906b03d..68b37b9693 100644 --- a/widgets/misc/Makefile.am +++ b/widgets/misc/Makefile.am @@ -276,6 +276,8 @@ test_source_config_LDADD = \ BUILT_SOURCES = $(error_DATA) +CLEANFILES = $(BUILT_SOURCES) + EXTRA_DIST = $(ui_DATA) widgets.error.xml -include $(top_srcdir)/git.mk |