commit db65f874c236d1161ed10289c58eb5e3e5ca72a4 from: Thomas Adam date: Wed Feb 23 13:42:44 2022 UTC portable: update Makefile.am Update got-{fetch,index,send}'s Makefile.am to include ratelimit.c for progress output. commit - b7e51f67a8bbcb435bb261279973a2523eda2768 commit + db65f874c236d1161ed10289c58eb5e3e5ca72a4 blob - 66ca64b11bfe3094c4914c43da63b6f393128bcf blob + e2b657e682ee11381fb43d2db10ba0f1f44f2964 --- libexec/got-fetch-pack/Makefile.am +++ libexec/got-fetch-pack/Makefile.am @@ -11,7 +11,8 @@ got_fetch_pack_SOURCES = \ $(top_srcdir)/lib/privsep.c \ $(top_srcdir)/lib/sha1.c \ $(top_srcdir)/lib/pkt.c \ - $(top_srcdir)/lib/gitproto.c + $(top_srcdir)/lib/gitproto.c \ + $(top_srcdir)/lib/ratelimit.c got_fetch_pack_DEPENDENCIES = $(top_builddir)/compat/libopenbsd-compat.a blob - 9e14e929bb5df6aece44e69a8767dfc7bf1cc0e7 blob + c56a53c14c9a34014606558d5d924deb4784069e --- libexec/got-index-pack/Makefile.am +++ libexec/got-index-pack/Makefile.am @@ -12,7 +12,8 @@ got_index_pack_SOURCES = got-index-pack.c \ $(top_srcdir)/lib/pack.c \ $(top_srcdir)/lib/path.c \ $(top_srcdir)/lib/privsep.c \ - $(top_srcdir)/lib/sha1.c + $(top_srcdir)/lib/sha1.c \ + $(top_srcdir)/lib/ratelimit.c got_index_pack_DEPENDENCIES = $(top_builddir)/compat/libopenbsd-compat.a blob - 79e87b03c6de83cd98519d73720c83ce68f499a1 blob + 6f79360e26a9ee5a07eb4719eb5a7c79da6ed2d6 --- libexec/got-send-pack/Makefile.am +++ libexec/got-send-pack/Makefile.am @@ -11,7 +11,8 @@ got_send_pack_SOURCES = \ $(top_srcdir)/lib/privsep.c \ $(top_srcdir)/lib/sha1.c \ $(top_srcdir)/lib/pkt.c \ - $(top_srcdir)/lib/gitproto.c + $(top_srcdir)/lib/gitproto.c \ + $(top_srcdir)/lib/ratelimit.c got_send_pack_DEPENDENCIES = $(top_builddir)/compat/libopenbsd-compat.a