[gnome-contacts] build: Don't implicitly list contacts-esd-setup.[ch] in CLEANFILES
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] build: Don't implicitly list contacts-esd-setup.[ch] in CLEANFILES
- Date: Sat, 17 Sep 2011 19:27:28 +0000 (UTC)
commit 3171c111a4bf1347d491c5afc5b1326c0ca6beed
Author: Philip Withnall <philip tecnocode co uk>
Date: Sat Sep 17 20:25:29 2011 +0100
build: Don't implicitly list contacts-esd-setup.[ch] in CLEANFILES
src/Makefile.am | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 512310d..90bb815 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,8 +16,7 @@ AM_VALAFLAGS = \
bin_PROGRAMS = gnome-contacts
-gnome_contacts_SOURCES = \
- contacts-esd-setup.c \
+vala_sources = \
contacts-app.vala \
contacts-cell-renderer-shape.vala \
contacts-details-layout.vala \
@@ -34,6 +33,11 @@ gnome_contacts_SOURCES = \
main.vala \
$(NULL)
+gnome_contacts_SOURCES = \
+ contacts-esd-setup.c \
+ $(vala_sources) \
+ $(NULL)
+
gnome_contacts_LDADD = $(CONTACTS_LIBS) -lm
-CLEANFILES = *.h *.c *.vapi *.stamp
+CLEANFILES = $(vala_sources:.vala=.c) *.vapi *.stamp
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]