Commit Diff


commit - 621b8de0e36ae054adebbb96351a0efb56de4d93
commit + a6b377faaf936f47f86c531a4c9c651ec26ca48a
blob - f4b64e007cfd19651676454bbf4937d33a2a4cda
blob + b4042a287132010f9e5b313925beb92eacc7b6ba
--- gotctl/Makefile.am
+++ gotctl/Makefile.am
@@ -8,6 +8,8 @@ gotctl_SOURCES = gotctl.c \
 	$(top_srcdir)/gotd/imsg.c \
 	$(top_srcdir)/lib/error.c \
 	$(top_srcdir)/lib/gitproto.c \
+	$(top_srcdir)/lib/inflate.c \
+	$(top_srcdir)/lib/object_parse.c \
 	$(top_srcdir)/lib/path.c \
 	$(top_srcdir)/lib/pkt.c \
 	$(top_srcdir)/lib/pollfd.c \
blob - f8567a97736772370e3e0d5f72205e46536c356b
blob + 2979bba88002dea2ef6e921993736a143ef79daa
--- gotsh/Makefile.am
+++ gotsh/Makefile.am
@@ -8,6 +8,8 @@ gotsh_SOURCES = gotsh.c \
 	$(top_srcdir)/gotd/imsg.c \
 	$(top_srcdir)/lib/error.c \
 	$(top_srcdir)/lib/gitproto.c \
+	$(top_srcdir)/lib/inflate.c \
+	$(top_srcdir)/lib/object_parse.c \
 	$(top_srcdir)/lib/path.c \
 	$(top_srcdir)/lib/pkt.c \
 	$(top_srcdir)/lib/pollfd.c \