]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Makefile
Implement line-history search (git log -L)
[thirdparty/git.git] / Makefile
index 89242f59294d72304dbd52a25ef0a9a3fc2421ed..761c698a62c8d67a9820783e9b43893dffa357a0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -683,6 +683,7 @@ LIB_H += help.h
 LIB_H += http.h
 LIB_H += kwset.h
 LIB_H += levenshtein.h
+LIB_H += line-log.h
 LIB_H += line-range.h
 LIB_H += list-objects.h
 LIB_H += ll-merge.h
@@ -799,6 +800,7 @@ LIB_OBJS += hex.o
 LIB_OBJS += ident.o
 LIB_OBJS += kwset.o
 LIB_OBJS += levenshtein.o
+LIB_OBJS += line-log.o
 LIB_OBJS += line-range.o
 LIB_OBJS += list-objects.o
 LIB_OBJS += ll-merge.o