summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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