summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-09-08 06:52:16 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-09-08 06:52:16 (GMT)
commit277cd4c4bd8cca31395846fc80ea28bf2cd4ddf2 (patch)
tree613693df1a0eaba807948a3910dab046fecd77a6 /Makefile
parentcd50988ae03e086ca1a8f18584153d359699ea25 (diff)
parentf0e90716d47b429284702b75425a247c9fc41adb (diff)
downloadgit-277cd4c4bd8cca31395846fc80ea28bf2cd4ddf2.zip
git-277cd4c4bd8cca31395846fc80ea28bf2cd4ddf2.tar.gz
git-277cd4c4bd8cca31395846fc80ea28bf2cd4ddf2.tar.bz2
Merge branch 'ar/autospell'
* ar/autospell: Add help.autocorrect to enable/disable autocorrecting git wrapper: DWIM mistyped commands
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cd3d621..deedcf1 100644
--- a/Makefile
+++ b/Makefile
@@ -358,6 +358,7 @@ LIB_H += graph.h
LIB_H += grep.h
LIB_H += hash.h
LIB_H += help.h
+LIB_H += levenshtein.h
LIB_H += list-objects.h
LIB_H += ll-merge.h
LIB_H += log-tree.h
@@ -434,6 +435,7 @@ LIB_OBJS += hash.o
LIB_OBJS += help.o
LIB_OBJS += ident.o
LIB_OBJS += interpolate.o
+LIB_OBJS += levenshtein.o
LIB_OBJS += list-objects.o
LIB_OBJS += ll-merge.o
LIB_OBJS += lockfile.o