Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'lt/push' into next
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 895e6a1e4a7bc8a903b615f5852abbea862b403c..f184a8d4bb34a8a1a588732326f755dda2d81df3 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-214,7
+214,8
@@
LIB_OBJS = \
$(DIFF_OBJS)
BUILTIN_OBJS = \
- builtin-log.o builtin-help.o builtin-count.o builtin-diff.o
+ builtin-log.o builtin-help.o builtin-count.o builtin-diff.o \
+ builtin-push.o
GITLIBS = $(LIB_FILE) $(XDIFF_LIB)
LIBS = $(GITLIBS) -lz