aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Cozzette <acozzette@google.com>2016-12-20 10:59:42 -0800
committerBo Yang <teboring@google.com>2016-12-21 13:47:09 -0800
commitf424c715e1c0a26b79bd8c659d0bd8ef214a9980 (patch)
tree5de0938236bce26baf9a83087b0a774cc940efaa
parentc7cbf5fc373efb6c054906391f98892e955a60b1 (diff)
downloadprotobuf-f424c715e1c0a26b79bd8c659d0bd8ef214a9980.tar.gz
protobuf-f424c715e1c0a26b79bd8c659d0bd8ef214a9980.tar.bz2
protobuf-f424c715e1c0a26b79bd8c659d0bd8ef214a9980.zip
Added well_known_types_embed.cc to CLEANFILES so that it gets cleaned up
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 254d428f..7f7c1c90 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -56,7 +56,8 @@ clean-local:
CLEANFILES = $(protoc_outputs) unittest_proto_middleman \
testzip.jar testzip.list testzip.proto testzip.zip \
- no_warning_test.cc
+ no_warning_test.cc \
+ google/protobuf/compiler/js/well_known_types_embed.cc
MAINTAINERCLEANFILES = \
Makefile.in