Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Fix broken sha1 locking
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 8467447da90f04cc55d1403ea102c6335331aa52..cdbb566d4ed137d62780309c7ff26f8a5022d3d0 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-301,7
+301,8
@@
BUILTIN_OBJS = \
builtin-upload-tar.o \
builtin-verify-pack.o \
builtin-write-tree.o \
- builtin-zip-tree.o
+ builtin-zip-tree.o \
+ builtin-pack-refs.o
GITLIBS = $(LIB_FILE) $(XDIFF_LIB)
LIBS = $(GITLIBS) -lz