diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-09-07 23:52:16 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-09-07 23:52:16 -0700 |
commit | 277cd4c4bd8cca31395846fc80ea28bf2cd4ddf2 (patch) | |
tree | 613693df1a0eaba807948a3910dab046fecd77a6 /Makefile | |
parent | Merge branch 'jc/cc-ld-dynpath' (diff) | |
parent | Add help.autocorrect to enable/disable autocorrecting (diff) | |
download | tgif-277cd4c4bd8cca31395846fc80ea28bf2cd4ddf2.tar.xz |
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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |