]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Makefile
pack-objects: refactor the packing list
[thirdparty/git.git] / Makefile
index af847f84685af41a7da02c3c12fbdc1daa780f1c..48ff0bdb18520d5697cb63fe0caca64c3b914bd3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -694,6 +694,7 @@ LIB_H += notes-merge.h
 LIB_H += notes-utils.h
 LIB_H += notes.h
 LIB_H += object.h
+LIB_H += pack-objects.h
 LIB_H += pack-revindex.h
 LIB_H += pack.h
 LIB_H += parse-options.h
@@ -831,6 +832,7 @@ LIB_OBJS += notes-merge.o
 LIB_OBJS += notes-utils.o
 LIB_OBJS += object.o
 LIB_OBJS += pack-check.o
+LIB_OBJS += pack-objects.o
 LIB_OBJS += pack-revindex.o
 LIB_OBJS += pack-write.o
 LIB_OBJS += pager.o