aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2015-04-23 20:23:58 -0700
committerFeng Xiao <xfxyjwf@gmail.com>2015-04-23 20:23:58 -0700
commit7ddbf870086578ad0fc648ed5865813007cfef06 (patch)
treee9c184222ea4d6dff7541b09d4cfab19e098be20 /src
parentfe7b5667eb446766a1c2f30c691662a36f3df1f8 (diff)
downloadprotobuf-7ddbf870086578ad0fc648ed5865813007cfef06.tar.gz
protobuf-7ddbf870086578ad0fc648ed5865813007cfef06.tar.bz2
protobuf-7ddbf870086578ad0fc648ed5865813007cfef06.zip
Include well-known type protos in "make install".
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7811b0ae..1e4516fb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -24,7 +24,17 @@ AM_LDFLAGS = $(PTHREAD_CFLAGS)
# If I say "dist_include_DATA", automake complains that $(includedir) is not
# a "legitimate" directory for DATA. Screw you, automake.
protodir = $(includedir)
-nobase_dist_proto_DATA = google/protobuf/descriptor.proto \
+nobase_dist_proto_DATA = google/protobuf/descriptor.proto \
+ google/protobuf/any.proto \
+ google/protobuf/api.proto \
+ google/protobuf/duration.proto \
+ google/protobuf/empty.proto \
+ google/protobuf/field_mask.proto \
+ google/protobuf/source_context.proto \
+ google/protobuf/struct.proto \
+ google/protobuf/timestamp.proto \
+ google/protobuf/type.proto \
+ google/protobuf/wrappers.proto \
google/protobuf/compiler/plugin.proto
# Not sure why these don't get cleaned automatically.