summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2014-08-08 14:58:26 -0700
committerJunio C Hamano <gitster@pobox.com>2014-08-10 16:39:41 -0700
commit9d197ecf2630a04b68697ec1c9d7f8e8071ee0ee (patch)
treed3fb2ff7a72f0722c8483267ae8a6c3e96662bbf
parentf82887f29010e1ec88ec1930a99ddc56b6438452 (diff)
downloadgit-jn/header-dependencies.tar.gz
Update hard-coded header dependenciesjn/header-dependencies
The fall-back rules used when compilers don't support the -MMD switch to generate makefile rules based on #includes have been out of date since v1.7.12.1~22^2~8 (move git_version_string into version.c, 2012-06-02). Checked with 'make CHECK_HEADER_DEPENDENCIES=yes'. Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2320de592e..18f0fad8ab 100644
--- a/Makefile
+++ b/Makefile
@@ -646,15 +646,19 @@ LIB_H += cache.h
LIB_H += color.h
LIB_H += column.h
LIB_H += commit.h
+LIB_H += commit-slab.h
+LIB_H += compat/apple-common-crypto.h
LIB_H += compat/bswap.h
LIB_H += compat/mingw.h
LIB_H += compat/obstack.h
LIB_H += compat/poll/poll.h
LIB_H += compat/precompose_utf8.h
LIB_H += compat/terminal.h
+LIB_H += compat/win32/alloca.h
LIB_H += compat/win32/dirent.h
LIB_H += compat/win32/pthread.h
LIB_H += compat/win32/syslog.h
+LIB_H += connect.h
LIB_H += connected.h
LIB_H += convert.h
LIB_H += credential.h
@@ -678,6 +682,7 @@ LIB_H += grep.h
LIB_H += hashmap.h
LIB_H += help.h
LIB_H += http.h
+LIB_H += khash.h
LIB_H += kwset.h
LIB_H += levenshtein.h
LIB_H += line-log.h
@@ -721,6 +726,7 @@ LIB_H += sha1-lookup.h
LIB_H += shortlog.h
LIB_H += sideband.h
LIB_H += sigchain.h
+LIB_H += split-index.h
LIB_H += strbuf.h
LIB_H += streaming.h
LIB_H += string-list.h
@@ -728,6 +734,7 @@ LIB_H += submodule.h
LIB_H += tag.h
LIB_H += tar.h
LIB_H += thread-utils.h
+LIB_H += trace.h
LIB_H += transport.h
LIB_H += tree-walk.h
LIB_H += tree.h
@@ -744,6 +751,7 @@ LIB_H += vcs-svn/repo_tree.h
LIB_H += vcs-svn/sliding_window.h
LIB_H += vcs-svn/svndiff.h
LIB_H += vcs-svn/svndump.h
+LIB_H += version.h
LIB_H += walker.h
LIB_H += wildmatch.h
LIB_H += wt-status.h