From 5d002ff6caddd3283b6b01efd5a20382e8df6866 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 17 Oct 2015 00:27:02 +0900 Subject: [PATCH] Fix `make dist` --- integration-tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integration-tests/Makefile.am b/integration-tests/Makefile.am index 5b0b71b7..8f2cfabd 100644 --- a/integration-tests/Makefile.am +++ b/integration-tests/Makefile.am @@ -33,7 +33,8 @@ EXTRA_DIST = \ setenv \ req-set-header.rb \ resp-set-header.rb \ - return.rb + req-return.rb \ + resp-return.rb itprep-local: go get -d -v golang.org/x/net/http2