gitweb: Extend parse_difftree_raw_line to save commit info
[gitweb.git] / Makefile
index f3874d50dfb0f3c932085dca079cf181773105fc..05bd77f967dace1440b2b8e22641c8476eeebda7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -293,7 +293,8 @@ BUILTIN_OBJS = \
        builtin-update-ref.o \
        builtin-upload-tar.o \
        builtin-verify-pack.o \
-       builtin-write-tree.o
+       builtin-write-tree.o \
+       builtin-zip-tree.o
 
 GITLIBS = $(LIB_FILE) $(XDIFF_LIB)
 LIBS = $(GITLIBS) -lz
@@ -495,7 +496,7 @@ ifdef NO_SETENV
        COMPAT_CFLAGS += -DNO_SETENV
        COMPAT_OBJS += compat/setenv.o
 endif
-ifdef NO_SETENV
+ifdef NO_UNSETENV
        COMPAT_CFLAGS += -DNO_UNSETENV
        COMPAT_OBJS += compat/unsetenv.o
 endif