git-rev-list: make sure to link with ssl libraries
[git.git] / Makefile
index c87cc35..5d5c856 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -116,6 +116,7 @@ git-mkdelta: mkdelta.c
 git-stripspace: stripspace.c
 
 git-http-pull: LIBS += -lcurl
+git-rev-list: LIBS += -lssl
 
 # Library objects..
 blob.o: $(LIB_H)