[totem] build: Add generated Vala files to GITIGNOREFILES
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] build: Add generated Vala files to GITIGNOREFILES
- Date: Wed, 21 Dec 2011 11:10:07 +0000 (UTC)
commit 21a6bfe5da5e3f2d7588fa2f41eb0fccd08777b5
Author: Philip Withnall <philip tecnocode co uk>
Date: Wed Dec 21 09:50:30 2011 +0000
build: Add generated Vala files to GITIGNOREFILES
They're automatically removed by `make maintainer-clean`, but git.mk doesn't
know about them.
src/plugins/zeitgeist-dp/Makefile.am | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/plugins/zeitgeist-dp/Makefile.am b/src/plugins/zeitgeist-dp/Makefile.am
index 3f544f5..6a4f99c 100644
--- a/src/plugins/zeitgeist-dp/Makefile.am
+++ b/src/plugins/zeitgeist-dp/Makefile.am
@@ -23,4 +23,9 @@ libtotem_zeitgeist_dp_plugin_la_CFLAGS = \
$(LIBZEITGEIST_CFLAGS) \
-I $(top_srcdir)/src/backend
+GITIGNOREFILES = \
+ $(libtotem_zeitgeist_dp_plugin_la_SOURCES:.vala=.c) \
+ libtotem_zeitgeist_dp_plugin_la_vala.stamp \
+ $(NULL)
+
-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]