[folks] Un-break distclean for the tests
- From: Travis Reitter <treitter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] Un-break distclean for the tests
- Date: Thu, 11 Nov 2010 02:47:30 +0000 (UTC)
commit 8be7700099805c8e512efa301a6c4d4814b4e844
Author: Travis Reitter <travis reitter collabora co uk>
Date: Wed Nov 10 17:55:11 2010 -0800
Un-break distclean for the tests
tests/folks/Makefile.am | 11 +++++++++--
tests/key-file/Makefile.am | 16 ++++++++++------
tests/telepathy/Makefile.am | 8 ++++++--
3 files changed, 25 insertions(+), 10 deletions(-)
---
diff --git a/tests/folks/Makefile.am b/tests/folks/Makefile.am
index df192e3..22c1bde 100644
--- a/tests/folks/Makefile.am
+++ b/tests/folks/Makefile.am
@@ -44,11 +44,18 @@ backend_loading_SOURCES = \
$(NULL)
CLEANFILES = \
- $(addsuffix .c,$(noinst_PROGRAMS)) \
- backend_loading_vala.stamp \
*.pid \
*.address \
$(TESTS) \
$(NULL)
+MAINTAINERCLEANFILES = \
+ $(addsuffix .c,$(noinst_PROGRAMS)) \
+ backend_loading_vala.stamp \
+ $(NULL)
+
+EXTRA_DIST = \
+ $(MAINTAINERCLEANFILES) \
+ $(NULL)
+
-include $(top_srcdir)/git.mk
diff --git a/tests/key-file/Makefile.am b/tests/key-file/Makefile.am
index ac7c70e..ba79962 100644
--- a/tests/key-file/Makefile.am
+++ b/tests/key-file/Makefile.am
@@ -45,16 +45,20 @@ individual_retrieval_SOURCES = \
individual-retrieval.vala \
$(NULL)
-EXTRA_DIST = \
- $(backend_store_key_file) \
- $(NULL)
-
CLEANFILES = \
- $(addsuffix .c,$(noinst_PROGRAMS)) \
- individual_retrieval_vala.stamp \
*.pid \
*.address \
$(TESTS) \
$(NULL)
+MAINTAINERCLEANFILES = \
+ $(addsuffix .c,$(noinst_PROGRAMS)) \
+ individual_retrieval_vala.stamp \
+ $(NULL)
+
+EXTRA_DIST = \
+ $(MAINTAINERCLEANFILES) \
+ $(backend_store_key_file) \
+ $(NULL)
+
-include $(top_srcdir)/git.mk
diff --git a/tests/telepathy/Makefile.am b/tests/telepathy/Makefile.am
index f986d11..cd61d0a 100644
--- a/tests/telepathy/Makefile.am
+++ b/tests/telepathy/Makefile.am
@@ -78,14 +78,18 @@ BUILT_SOURCES = \
$(NULL)
CLEANFILES = \
- $(BUILT_SOURCES) \
- $(addsuffix .c,$(noinst_PROGRAMS)) \
*.pid \
*.address \
$(TESTS) \
$(NULL)
+MAINTAINERCLEANFILES = \
+ $(BUILT_SOURCES) \
+ $(addsuffix .c,$(noinst_PROGRAMS)) \
+ $(NULL)
+
EXTRA_DIST = \
+ $(MAINTAINERCLEANFILES) \
$(backend_store_key_file) \
$(srcdir)/data/relationships-empty.ini \
$(NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]