]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Makefile
Move copy_note_for_rewrite + friends from builtin/notes.c to notes-utils.c
[thirdparty/git.git] / Makefile
index 0f931a203002aec397f8b454f93df9aee97a21ad..22deee10c8c20866614505a239a9f641fc0d9f65 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -682,6 +682,7 @@ LIB_H += merge-recursive.h
 LIB_H += mergesort.h
 LIB_H += notes-cache.h
 LIB_H += notes-merge.h
+LIB_H += notes-utils.h
 LIB_H += notes.h
 LIB_H += object.h
 LIB_H += pack-refs.h
@@ -815,6 +816,7 @@ LIB_OBJS += name-hash.o
 LIB_OBJS += notes.o
 LIB_OBJS += notes-cache.o
 LIB_OBJS += notes-merge.o
+LIB_OBJS += notes-utils.o
 LIB_OBJS += object.o
 LIB_OBJS += pack-check.o
 LIB_OBJS += pack-refs.o