From e6484d306d584634b4a2c2f8626e5abebf390d37 Mon Sep 17 00:00:00 2001 From: Jisi Liu Date: Thu, 18 Jun 2015 11:23:12 -0700 Subject: [PATCH] Fix distcheck. Change-Id: I74e2d5958b5e7b15d10e5a6468bca917323b9739 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9d6b9450e..378620053 100644 --- a/Makefile.am +++ b/Makefile.am @@ -744,6 +744,7 @@ EXTRA_DIST = $(@DIST_LANG@_EXTRA_DIST) \ LICENSE \ CONTRIBUTORS.txt \ CHANGES.txt \ + update_file_lists.sh \ cmake/CMakeLists.txt \ cmake/libprotobuf.cmake \ cmake/libprotobuf-lite.cmake \ @@ -751,7 +752,6 @@ EXTRA_DIST = $(@DIST_LANG@_EXTRA_DIST) \ cmake/protoc.cmake \ cmake/README.md \ cmake/tests.cmake \ - cmake/update_file_lists.sh \ editors/README.txt \ editors/proto.vim \ editors/protobuf-mode.el \