Merge branch 'jc/xsha1' into next
[gitweb.git] / Makefile
index 895e6a1e4a7bc8a903b615f5852abbea862b403c..2aa3586d02619a844f44486f5aebfc8b518551cc 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 builtin-grep.o
 
 GITLIBS = $(LIB_FILE) $(XDIFF_LIB)
 LIBS = $(GITLIBS) -lz