Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
tempfile: a new module for handling temporary files
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 54ec511dffb0a7b6775f360fc10deaa2008fdee9..2573f8966952ca48e87db269b80473315264c24a 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-786,6
+786,7
@@
LIB_OBJS += string-list.o
LIB_OBJS += submodule.o
LIB_OBJS += symlinks.o
LIB_OBJS += tag.o
+LIB_OBJS += tempfile.o
LIB_OBJS += trace.o
LIB_OBJS += trailer.o
LIB_OBJS += transport.o