]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Makefile
introduce notes-cache interface
[thirdparty/git.git] / Makefile
index 8a0f5c4d5b9a7c6c3617708014417b918c0ef034..24e92abe916a179bb85d4a67a6bdcf2d8ff575e3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -486,6 +486,7 @@ LIB_H += log-tree.h
 LIB_H += mailmap.h
 LIB_H += merge-recursive.h
 LIB_H += notes.h
+LIB_H += notes-cache.h
 LIB_H += object.h
 LIB_H += pack.h
 LIB_H += pack-refs.h
@@ -575,6 +576,7 @@ LIB_OBJS += merge-file.o
 LIB_OBJS += merge-recursive.o
 LIB_OBJS += name-hash.o
 LIB_OBJS += notes.o
+LIB_OBJS += notes-cache.o
 LIB_OBJS += object.o
 LIB_OBJS += pack-check.o
 LIB_OBJS += pack-refs.o