Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t: add test harness for external credential helpers
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 7c8ef2c0e5b177e49e476af8082e5f4105a95167..2222633a17a58f3b420053b40e1863245310f417 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-429,6
+429,7
@@
PROGRAM_OBJS += show-index.o
PROGRAM_OBJS += upload-pack.o
PROGRAM_OBJS += http-backend.o
PROGRAM_OBJS += sh-i18n--envsubst.o
+PROGRAM_OBJS += credential-store.o
PROGRAMS += $(patsubst %.o,git-%$X,$(PROGRAM_OBJS))