[gnome-contacts] Add some files that need to be put in .gitignore
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] Add some files that need to be put in .gitignore
- Date: Tue, 27 Jun 2017 15:00:41 +0000 (UTC)
commit 63f76a00c282e9adc88d58e3b2469ba418b7aca1
Author: Niels De Graef <nielsdegraef gmail com>
Date: Tue Jun 27 16:56:40 2017 +0200
Add some files that need to be put in .gitignore
Makefile.am | 19 +++++++------------
src/Makefile.am | 2 +-
2 files changed, 8 insertions(+), 13 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 0e5b9a5..2ce26b7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,18 +29,13 @@ distclean-local:
rm -f ChangeLog; \
fi
+GITIGNOREFILES = \
+ m4
+
MAINTAINERCLEANFILES = \
- $(srcdir)/aclocal.m4 \
- $(srcdir)/autoscan.log \
- $(srcdir)/compile \
- $(srcdir)/config.guess \
- $(srcdir)/config.h.in \
- $(srcdir)/config.sub \
- $(srcdir)/configure.scan \
- $(srcdir)/depcomp \
- $(srcdir)/install-sh \
- $(srcdir)/missing \
- $(srcdir)/ChangeLog \
- `find "$(srcdir)" -type f -name Makefile.in -print`
+ $(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \
+ $(GITIGNORE_MAINTAINERCLEANFILES_MAKEFILE_IN) \
+ $(GITIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL) \
+ INSTALL
-include $(top_srcdir)/git.mk
diff --git a/src/Makefile.am b/src/Makefile.am
index 7f38493..b0b90b3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -42,6 +42,7 @@ vala_sources = \
contacts-contact-frame.vala \
contacts-window.vala \
main.vala \
+ contact-resources.c \
$(NULL)
gsettings_ENUM_NAMESPACE = org.gnome.Contacts
@@ -59,7 +60,6 @@ contact-resources.c: $(top_srcdir)/data/contacts.gresource.xml $(resource_files)
gnome_contacts_SOURCES = \
$(vala_sources) \
cc-crop-area.c \
- contact-resources.c \
contacts-esd-setup.c \
$(NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]