From 034dbf832c32f0afbaf57a743baef91d32ade6de Mon Sep 17 00:00:00 2001 From: Adam Cozzette Date: Wed, 14 Nov 2018 14:50:50 -0800 Subject: [PATCH] Make sure to install stubs/strutil.h Generated code now pulls in this header transitively, so it needs to be installed. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 76250d1f7e..e5ba9b728b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -77,6 +77,7 @@ nobase_include_HEADERS = \ google/protobuf/stubs/status.h \ google/protobuf/stubs/stl_util.h \ google/protobuf/stubs/stringpiece.h \ + google/protobuf/stubs/strutil.h \ google/protobuf/stubs/template_util.h \ google/protobuf/any.pb.h \ google/protobuf/api.pb.h \ @@ -195,7 +196,6 @@ libprotobuf_lite_la_SOURCES = \ google/protobuf/stubs/stringprintf.h \ google/protobuf/stubs/structurally_valid.cc \ google/protobuf/stubs/strutil.cc \ - google/protobuf/stubs/strutil.h \ google/protobuf/stubs/time.cc \ google/protobuf/stubs/time.h \ google/protobuf/arena.cc \