[folks] build: Fix cleaning of .stamp files in EDS tests directory
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] build: Fix cleaning of .stamp files in EDS tests directory
- Date: Thu, 3 Jan 2013 11:08:17 +0000 (UTC)
commit 438bf3645cddd0613a67f9eedf74433f7430d964
Author: Philip Withnall <philip tecnocode co uk>
Date: Thu Jan 3 10:40:04 2013 +0000
build: Fix cleaning of .stamp files in EDS tests directory
tests/eds/Makefile.am | 34 +++-------------------------------
1 files changed, 3 insertions(+), 31 deletions(-)
---
diff --git a/tests/eds/Makefile.am b/tests/eds/Makefile.am
index c4626a5..2718960 100644
--- a/tests/eds/Makefile.am
+++ b/tests/eds/Makefile.am
@@ -242,37 +242,9 @@ CLEANFILES = \
# $(NULL)
MAINTAINERCLEANFILES = \
- $(addsuffix .c,$(noinst_PROGRAMS)) \
- persona_store_tests_vala.stamp \
- individual_retrieval_vala.stamp \
- removing_contacts_vala.stamp \
- updating_contacts_vala.stamp \
- phone_details_vala.stamp \
- name_details_vala.stamp \
- email_details_vala.stamp \
- avatar_details_vala.stamp \
- add_persona_vala.stamp \
- im_details_vala.stamp \
- postal_address_details_vala.stamp \
- remove_persona_vala.stamp \
- set_avatar_vala.stamp \
- set_emails_vala.stamp \
- set_im_addresses_vala.stamp \
- set_names_vala.stamp \
- set_structured_name_vala.stamp \
- set_phones_vala.stamp \
- set_postal_addresses_vala.stamp \
- set_properties_race_vala.stamp \
- link_personas_vala.stamp \
- set_notes_vala.stamp \
- add_contacts_stress_test_vala.stamp \
- set_gender_vala.stamp \
- set_urls_vala.stamp \
- set_birthday_vala.stamp \
- set_roles_vala.stamp \
- link_personas_diff_stores_vala.stamp \
- set_is_favourite_vala.stamp \
- $(NULL)
+ $(addsuffix .c,$(noinst_PROGRAMS)) \
+ $(addsuffix _vala.stamp,$(subst -,_,$(noinst_PROGRAMS))) \
+ $(NULL)
EXTRA_DIST = \
$(MAINTAINERCLEANFILES) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]