]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Makefile
Move name hashing functions into a file of its own
[thirdparty/git.git] / Makefile
index 78b773862197d46247aa73e5e38aac30edceecc2..390b37b941227b7fb1e016d8693eb958f39dbdfe 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -422,6 +422,7 @@ LIB_OBJS += log-tree.o
 LIB_OBJS += mailmap.o
 LIB_OBJS += match-trees.o
 LIB_OBJS += merge-file.o
+LIB_OBJS += name-hash.o
 LIB_OBJS += object.o
 LIB_OBJS += pack-check.o
 LIB_OBJS += pack-revindex.o