summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2016-08-07 21:57:46 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2016-08-07 22:03:33 -0500
commit1f2e07409cf085b74370f8a985de849d0f6d4b57 (patch)
tree68108223d7543c1701d637ed446f72b0a59a07d0
parent56a19ad9b056332ef07e508f1bdb6f03c6cb2590 (diff)
downloadlibgd-1f2e07409cf085b74370f8a985de849d0f6d4b57.tar.gz
Don't include git.mk in makefile
We have a .gitignore committed into version control, so we shouldn't be overwriting it. This defeats the purpose of using git.mk as we wind up with a dirty subproject after every build due to make rewriting our tracked .gitignore. And libgd itself does not use git.mk, so it shouldn't be here. https://bugzilla.gnome.org/show_bug.cgi?id=769616
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index ae39b33..21f3b08 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -277,5 +277,3 @@ noinst_DATA += $(VAPIS)
EXTRA_DIST += $(VAPIS)
MAINTAINERCLEANFILES += $(VAPIS)
endif
-
--include $(top_srcdir)/git.mk