diff options
Diffstat (limited to 'src/Make_os2.mak')
-rw-r--r-- | src/Make_os2.mak | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Make_os2.mak b/src/Make_os2.mak index 1750e71f2..c18538ef8 100644 --- a/src/Make_os2.mak +++ b/src/Make_os2.mak @@ -71,6 +71,7 @@ OBJ = \ regexp.o \ screen.o \ search.o \ + spell.o \ syntax.o \ tag.o \ term.o \ @@ -141,6 +142,7 @@ quickfix.o: quickfix.c $(INCL) regexp.o: regexp.c $(INCL) screen.o: screen.c $(INCL) search.o: search.c $(INCL) +spell.o: spell.c $(INCL) syntax.o: syntax.c $(INCL) tag.o: tag.c $(INCL) term.o: term.c $(INCL) |