Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Added hook in git-receive-pack
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 1b0ebb4ce8abce524fe7272b4419c731c126daa3..b4aa706c773e56a944062577ea3e8dbf9370bb90 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-98,6
+98,9
@@
LIB_OBJS=read-cache.o sha1_file.o usage.o object.o commit.o tree.o blob.o \
LIB_H += rev-cache.h
LIB_OBJS += rev-cache.o
+LIB_H += run-command.h
+LIB_OBJS += run-command.o
+
LIB_H += strbuf.h
LIB_OBJS += strbuf.o